IExpressionEditorInstance.CanDecreaseFilterLevel Method

Definition

Returns a value that indicates whether the filter level can be decreased when using Intellisense filtering.

public:
 bool CanDecreaseFilterLevel();
public bool CanDecreaseFilterLevel ();
abstract member CanDecreaseFilterLevel : unit -> bool
Public Function CanDecreaseFilterLevel () As Boolean

Returns

true if the filter level can be decreased; otherwise, false.

Applies to