[]
Specifies the state of filtering for the current column so the column renderer knows which filtering image to draw.
public enum FilterState
Public Enum FilterState
Name | Description |
---|---|
FilterActive | Filtering is active. |
FilterActiveDisabled | Filtering is active, and the control is disabled. |
FilterInactive | Filtering is available, but not currently in use. |
FilterInactiveDisabled | Filtering is available, but not currently in use, and the control is disabled. |
None | Filtering is not available. |