Version

FilterOperandDropDownItems Enumeration

An enumeration that indicates which operands should be shown in the filter dropdown menu.
Syntax
'Declaration
 
Public Enum FilterOperandDropDownItems 
   Inherits System.Enum
public enum FilterOperandDropDownItems : System.Enum 
Members
MemberDescription
AllThe (All) option will be displayed in the list, when used with a FilterUIType of HeaderIcons.
BlanksShow cells with blank values, such as null, DBNull, and an empty string.
CellValuesThe values of the cells in the associated column will be added to the list.
CustomProvide the option of displaying a filter dialog for the user to manually create a group of filter conditions.
DefaultThe default operands will be shown.
ErrorsShow cells that have an error, determined by the System.ComponentModel.IDataErrorInfo interface.
NonBlanksShow cells that are not empty.
NonErrorsShow cells that do not have an error, determined by the System.ComponentModel.IDataErrorInfo interface.
ShowAllThe grid will populate the list with all options.
ShowNoneThe grid will not populate the list with any items.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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