alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class OnDemandLoadingEventArgs

    Provides data for OnDemandLoading event.

    Inheritance
    System.Object
    OnDemandLoadingEventArgs
    Namespace: Syncfusion.UI.Xaml.Controls.DataPager
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class OnDemandLoadingEventArgs : EventArgs

    Constructors

    OnDemandLoadingEventArgs()

    Declaration
    public OnDemandLoadingEventArgs()

    Properties

    PageSize

    Gets the number of records to be displayed in the page.

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

    StartIndex

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

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