menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OnDemandLoadingEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OnDemandLoadingEventArgs

    Class which contains the arguments for OnDemandLoading event.

    Inheritance
    System.Object
    OnDemandLoadingEventArgs
    Namespace: Syncfusion.Maui.DataGrid.DataPager
    Assembly: Syncfusion.Maui.DataGrid.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