Class OnDemandLoadingEventArgs
Represents a class that provides data for OnDemandLoading event.
Inheritance
System.Object
OnDemandLoadingEventArgs
Namespace: Syncfusion.WinForms.DataPager.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class OnDemandLoadingEventArgs : EventArgs
Constructors
OnDemandLoadingEventArgs()
Declaration
public OnDemandLoadingEventArgs()
Properties
PageSize
Gets a value indicating the number of records to be displayed in the page.
Declaration
public int PageSize { get; }
Property Value
| Type |
|---|
| System.Int32 |
StartRowIndex
Gets a value indicating the index based on
Declaration
public int StartRowIndex { get; }
Property Value
| Type |
|---|
| System.Int32 |