Class OnDemandLoadingEventArgs
Represents a class that provides data for OnDemandLoading event.
Inheritance
System.Object
System.EventArgs
OnDemandLoadingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |