Skip to main content

VerticalGridModel Properties

A specific view model object that maintains the VerticalGrid’s state and provides the means to populate itself with data when the VerticalGrid is used in the custom data binding mode.
Name Description
AppliedFilterExpression Gets the textual representation of the filter criteria applied to the VerticalGrid.
FilterExpression Gets or sets the filter criteria applied to the VerticalGrid.
IsFilterApplied Gets or sets a values specifying whether the filter expression should be applied to the VerticalGrid.
KeyFieldName Gets or sets the name of the data source key field.
Pager Gets the VerticalGrid pager’s main settings.
Rows Provides access to a collection that contains information (the current state) on row objects.
SearchPanel Gets settings specifying the search panel state.
SortedRows Gets a collection of sorted rows.
TotalSummary Provides access to a collection that contains information on the current state of total summary objects.
See Also