Class OnDemandLoadingEventArgs
Provides data for OnDemandLoading event.
Inheritance
System.Object
OnDemandLoadingEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.DataPager
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class OnDemandLoadingEventArgs : EventArgs
Constructors
OnDemandLoadingEventArgs()
Declaration
public OnDemandLoadingEventArgs()
Properties
PageSize
Gets the number of records to be displayed in the page.
Declaration
public int PageSize { get; }
Property Value
Type |
---|
System.Int32 |
StartIndex
Declaration
public int StartIndex { get; }
Property Value
Type |
---|
System.Int32 |