Version

FilterOperandUIType Enumeration

Used for specifying FieldSettings.FilterOperandUIType property.
Syntax
'Declaration
 
Public Enum FilterOperandUIType 
   Inherits System.Enum
public enum FilterOperandUIType : System.Enum 
Members
MemberDescription
ComboOperand portion is a combo with editable text portion.
DefaultDefault is resolved to Combo.
DisabledFilter cell is disabled, including the operand as well as the operator portions.
DropDownListOperand portion is a drop-down list (a combo with non-editable text portion).
ExcelStyleOperand portion is a textbox with an ExcelStyle button
NoneFilter cell is not displayed, including the operand as well as the operator portion.
TextBoxFilter cell Operand portion is a text box.
UseFieldEditorUses the same editor as other cells in the field.
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