VerticalGridCustomBindingGetDataArgs Properties
Provides arguments to implement a method delegate of the VerticalGridCustomBindingGetDataHandler 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 columns, or a list of grouping information objects or a list of calculated summary values). Inherited from VerticalGridCustomBindingDataArgsBase. |
DataColumnCount | Gets the number of currently requested data columns to return. |
FilterExpression | Gets the filter condition currently applied to the VerticalGrid (if any filtering is used). Inherited from VerticalGridCustomBindingArgsBase. |
StartDataColumnIndex | Gets the index of the first column in the requested column list. |
State | Gets an object containing information about the current state on the VerticalGrid. Inherited from VerticalGridCustomBindingArgsBase. |
See Also