Class OnDemandLoadingEventArgs
Class which contains the arguments for OnDemandLoading event.
Inheritance
System.Object
OnDemandLoadingEventArgs
Namespace: Syncfusion.Maui.DataGrid.DataPager
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class OnDemandLoadingEventArgs : EventArgs
Constructors
OnDemandLoadingEventArgs()
Initializes a new instance of the OnDemandLoadingEventArgs class.
Declaration
public OnDemandLoadingEventArgs()
Properties
PageSize
Gets the number of items to be loaded for that page.
Declaration
public int PageSize { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The number of items to be loaded for that page. |
StartIndex
Gets the start index of the corresponding page.
Declaration
public int StartIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The start index of the corresponding page. |