alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class OnDemandLoadingEventArgs

    Represents a class that provides data for OnDemandLoading event.

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

    Constructors

    OnDemandLoadingEventArgs()

    Declaration
    public OnDemandLoadingEventArgs()

    Properties

    PageSize

    Gets a value indicating the number of records to be displayed in the page.

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

    StartRowIndex

    Gets a value indicating the index based on which is (Number of previous pages * PageSize).

    Declaration
    public int StartRowIndex { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved