Class OnDemandItemsLoadingEventArgs
Provides data for the OnDemandItemsLoading event.
Inheritance
System.Object
System.EventArgs
OnDemandItemsLoadingEventArgs
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.Data
Assembly: Syncfusion.Data.WinForms.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. |