Version

FilterLabelIconDropDownType Enumeration

Enumeration used to determine the type of dropdown that is displayed when the FieldLayoutSettings.FilterUIType is resolved to LabelIcons
Syntax
'Declaration
 
Public Enum FilterLabelIconDropDownType 
   Inherits System.Enum
public enum FilterLabelIconDropDownType : System.Enum 
Members
MemberDescription
DefaultDefault is resolved to SingleSelect
MultiSelectExcelStyleA Excel style menu dropdown that allows the end user to select multiple values to match.
SingleSelectA dropdown that allows selection of a single item is displayed.
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