ClassLoadOnDemandEventArgs
Class
The event args are used for the load on demand functionality.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class LoadOnDemandEventArgs : EventArgs
Inheritance: objectEventArgsLoadOnDemandEventArgs
Inherited Members
Constructors
LoadOnDemandEventArgs(RadDataGrid)
Initializes a new instance of the LoadOnDemandEventArgs class.
Declaration
cs-api-definition
public LoadOnDemandEventArgs(RadDataGrid grid)
Parameters
grid
Properties
IsDataLoaded
Gets or sets a value indicating whether the data is loaded.