menu

WPF

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

    Show / Hide Table of Contents

    Class OnDemandLoadingEventArgs

    Provides data for OnDemandLoading event.

    Inheritance
    System.Object
    System.EventArgs
    OnDemandLoadingEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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 - 2025 Syncfusion Inc. All Rights Reserved