Version

FilterLabelIconDropDownType Property

Specifies the type of dropdown to be displayed in the FilterButton displayed in the LabelPresenter when the FilterUIType resolves to LabelIcons. 'Default' is resolved to SingleSelect.
Syntax
'Declaration
 
Public Property FilterLabelIconDropDownType As FilterLabelIconDropDownType
public FilterLabelIconDropDownType FilterLabelIconDropDownType {get; set;}
Remarks

The FilterLabelIconDropDownType property controls the type of dropdown . Default is resolved to Combo. See FilterLabelIconDropDownType enum for available options.

Also note that FilterOperatorDropDownItems property controls the list of operators that are displayed in the operator UI. Setting it to None will hide the operator UI.

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