WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataOnDemandPageLoadingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataOnDemandPageLoadingEventArgs

    Inheritance
    System.Object
    SyncfusionRoutedEventArgs
    GridDataOnDemandPageLoadingEventArgs
    Inherited Members
    SyncfusionRoutedEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridDataOnDemandPageLoadingEventArgs : SyncfusionRoutedEventArgs

    Constructors

    GridDataOnDemandPageLoadingEventArgs()

    Declaration
    public GridDataOnDemandPageLoadingEventArgs()

    GridDataOnDemandPageLoadingEventArgs(Int32, Int32)

    Declaration
    public GridDataOnDemandPageLoadingEventArgs(int PagedRows, int MaximumRows)
    Parameters
    Type Name Description
    System.Int32 PagedRows
    System.Int32 MaximumRows

    Properties

    MaximumRows

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

    PagedRows

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