VerticalGridFilteringState Properties
Contains information about the VerticalGrid’s filtering-related state.| Name | Description |
|---|---|
| FilterExpression | Gets or sets the text representation of the filter criteria to be applied to the VerticalGrid. |
| IsFilterApplied | Gets or sets a value specifying whether the filter criteria defined via the VerticalGridFilteringState.FilterExpression property should be applied to the VerticalGrid. |
| ModifiedRows | Provides access to a collection of VerticslGrid rows that construct a filter condition. |
| SearchPanelFilter | Gets or sets the filter criterion that is applied to the VerticalGrid using the search panel. |
See Also