menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OnDemandItemsLoadingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved