Skip to main content

CardViewModel Properties

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