Class GridDataOnDemandPageLoadingEventArgs
Inheritance
System.Object
GridDataOnDemandPageLoadingEventArgs
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
PagedRows
Declaration
public int PagedRows { get; }
Property Value