[]
Extension method to enable or disable column filtering on a C1FlexGrid.
public static void EnableFiltering(this C1FlexGrid flex, bool enable)
| Type | Name | Description |
|---|---|---|
| C1FlexGrid | flex | C1FlexGrid that will have filtering turned on or off. |
| bool | enable | Whether to enable or disable filtering on the grid. |