CardViewCustomBindingGetDataArgs Properties
Provides arguments to implement a method delegate of the CardViewCustomBindingGetDataHandler type.Name | Description |
---|---|
Data | Gets or sets a list of currently requested model characteristics (depending upon which delegated method is being implemented, it can be a list of data cards, or a list of calculated summary values). Inherited from CardViewCustomBindingDataArgsBase. |
DataCardCount | Gets the number of currently requested data cards to return. |
FilterExpression | Gets the filter condition currently applied to the CardView (if any filtering is used). Inherited from CardViewCustomBindingArgsBase. |
StartDataCardIndex | Gets the index of the first row in the requested cards list. |
State | Gets an object containing information about the current state on the CardView. Inherited from CardViewCustomBindingArgsBase. |
See Also