menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OnDemandLoadingEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OnDemandLoadingEventArgs

    Class which contains the arguments for OnDemandLoading event.

    Inheritance
    System.Object
    OnDemandLoadingEventArgs
    Namespace: Syncfusion.SfDataGrid.XForms.DataPager
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public class OnDemandLoadingEventArgs : EventArgs

    Constructors

    OnDemandLoadingEventArgs()

    Initializes a new instance of the OnDemandLoadingEventArgs class.

    Declaration
    public OnDemandLoadingEventArgs()

    Properties

    PageSize

    Gets the number of items to be loaded for that page.

    Declaration
    public int PageSize { get; }
    Property Value
    Type Description
    System.Int32

    The number of items to be loaded for that page.

    StartIndex

    Gets the start index of the corresponding page.

    Declaration
    public int StartIndex { get; }
    Property Value
    Type Description
    System.Int32

    The start index of the corresponding page.

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