Class OnDemandItemsLoadingEventArgs
Provides data for the OnDemandItemsLoading event.
Inheritance
System.Object
OnDemandItemsLoadingEventArgs
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WPF.dll
Syntax
public class OnDemandItemsLoadingEventArgs : EventArgs
Constructors
OnDemandItemsLoadingEventArgs()
Declaration
public OnDemandItemsLoadingEventArgs()
Properties
PageSize
Gets or sets the page size for loading the number of items in the page.
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The page size for loading the number of items in the page. |
StartIndex
Gets or sets the start index for loading the items.
Declaration
public int StartIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The start index for loading the items. |