'Declaration Public Enum FilterOperandDropDownItems Inherits System.Enum
public enum FilterOperandDropDownItems : System.Enum
Member | Description |
---|---|
All | The (All) option will be displayed in the list, when used with a FilterUIType of HeaderIcons. |
Blanks | Show cells with blank values, such as null, DBNull, and an empty string. |
CellValues | The values of the cells in the associated column will be added to the list. |
Custom | Provide the option of displaying a filter dialog for the user to manually create a group of filter conditions. |
Default | The default operands will be shown. |
Errors | Show cells that have an error, determined by the System.ComponentModel.IDataErrorInfo interface. |
NonBlanks | Show cells that are not empty. |
NonErrors | Show cells that do not have an error, determined by the System.ComponentModel.IDataErrorInfo interface. |
ShowAll | The grid will populate the list with all options. |
ShowNone | The grid will not populate the list with any items. |
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