Back to Devexpress

VirtualServerModeRowsEventArgs Properties

corelibraries-devexpress-dot-data-dot-virtualservermoderowseventargs-dot-underscore-properties.md

latest1.9 KB
Original Source

VirtualServerModeRowsEventArgs Properties

Provides data for the VirtualServerModeSource.MoreRows and VirtualServerModeSource.ConfigurationChanged events.

NameDescription
CancellationTokenGets a token that allows you to respond to a task cancellation request invoked by the grid control.
ConfigurationInfoGets information on the grid’s current sorting, filtering and summary configuration.
CurrentRowCountGets the count of rows currently loaded to the grid.
RowsTaskGets or sets the task that returns requested rows.
UserData

Read this parameter to get custom data passed from the previously called Task or ConfigurationChanged event handler. When handling the VirtualServerModeSource.ConfigurationChanged event, set the UserData event parameter to pass custom data to a subsequent VirtualServerModeSource.MoreRows event handler (unless you specify the RowsTask event parameter).

|

See Also

VirtualServerModeRowsEventArgs Class

VirtualServerModeRowsEventArgs Members

DevExpress.Data Namespace