| C1.Win.C1FlexGrid Namespace : AllowFiltering Enumeration |
'DeclarationPublic Enum AllowFiltering Inherits System.Enum
'UsageDim instance As AllowFiltering
public enum AllowFiltering : System.Enum
public enum class AllowFiltering : public System.Enum
| Member | Description |
|---|---|
| ByCondition | Filter column by conditions using a ConditionFilter. |
| ByValue | Filter column by values using a ValueFilter. |
| Custom | Filter column using a filter specified by the caller. |
| Default | Filter column using a ColumnFilter. |
| None | Do not provide a filter for this column. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.AllowFiltering
Target Platforms: 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