CardViewCustomBindingGetDataCardCountArgs Properties
Provides arguments to implement a method delegate of the CardViewCustomBindingGetDataCardCountHandler type.Name | Description |
---|---|
DataCardCount | Gets or sets the total number of data records within a custom model, taking into account the filtering applied within the CardView (if any). |
FilterExpression | Gets the filter condition currently applied to the CardView (if any filtering is used). Inherited from CardViewCustomBindingArgsBase. |
State | Gets an object containing information about the current state on the CardView. Inherited from CardViewCustomBindingArgsBase. |
See Also