VirtualServerModeRowsTaskResult.UserData Property
Gets or sets custom data to pass to your VirtualServerModeSource.MoreRows event handler the next time this event is called.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Object | Custom data. |
Remarks
When you set the VirtualServerModeRowsTaskResult.UserData property, this property value is passed as the e.UserData parameter to the VirtualServerModeSource.MoreRows event.
See VirtualServerModeRowsEventArgs.UserData to learn more.
See Also