Skip to main content
A newer version of this page is available. .

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 which participate in filtering.
SearchPanelFilter Gets or sets the filter criterion that is applied to the VerticalGrid using the search panel.
See Also