Class LoadOnDemandEventArgs
The event args are used for the load on demand functionality.
Inheritance
System.Object
LoadOnDemandEventArgs
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class LoadOnDemandEventArgs : EventArgs
Constructors
LoadOnDemandEventArgs(RadDataGrid)
Initializes a new instance of the LoadOnDemandEventArgs class.
Declaration
public LoadOnDemandEventArgs(RadDataGrid grid)
Parameters
RadDataGrid
grid
|
Properties
IsDataLoaded
Gets or sets a value indicating whether the data is loaded.
Declaration
public bool IsDataLoaded { get; set; }
Property Value
System.Boolean
|