[]
Defines a filter for a column on a FlexGrid control.
public class ColumnFilter
| Name | Description |
|---|---|
| ColumnFilter() | Creates one ColumnFilter instance. |
| Name | Description |
|---|---|
| Column | Gets or sets a string value which indicates the name or the binding of the column. |
| ConditionFilter | Gets the condition filter in this column filter. |
| FilterType | Gets or sets the types of filtering provided by this filter. |
| Format | Gets or sets the format string used to convert raw values into display values for this column (see Globalize). |
| ValueFilter | Gets the value filter in this column filter. |