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