Skip to main content

GridViewFilteringState Properties

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