alexa

    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
    System.Int32

    PagedRows

    Declaration
    public int PagedRows { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX