Version

FilterOperatorVisibilityResolved Property

Gets the resolved value indicating whether filter operator is visible in the filter cell associated with this field.
Syntax
'Declaration
 
Public ReadOnly Property FilterOperatorVisibilityResolved As Visibility
public Visibility FilterOperatorVisibilityResolved {get;}
Remarks
FilterOperatorVisibilityResolved returns the resolved value indicating whether filter operator is visible in the filter cell associated with this field. Filter operator visibility is determined using various factors like how many operators are available for the user to choose, or what kind of operand ui type the filter cell makes use of. You can force the filter operator UI to be hidden by setting the FieldSettings.FilterOperatorDropDownItems property to None.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also