menu

UWP

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

    Show / Hide Table of Contents

    Class OnDemandItemsLoadingEventArgs

    Provides data for the OnDemandItemsLoading event.

    Inheritance
    System.Object
    OnDemandItemsLoadingEventArgs
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.UWP.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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved