Class OnDemandLoadingEventArgs
Inheritance
System.Object
OnDemandLoadingEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.DataPager
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class OnDemandLoadingEventArgs : EventArgs
Constructors
OnDemandLoadingEventArgs()
Declaration
public OnDemandLoadingEventArgs()
Properties
PageSize
Declaration
public int PageSize { get; }
Property Value
Type |
---|
System.Int32 |
StartIndex
Declaration
public int StartIndex { get; }
Property Value
Type |
---|
System.Int32 |