Information about the requested page.
Inheritance
System.Object
IgbPageRequestedEventArgs
Assembly: IgniteUI.Blazor.dll
public class IgbPageRequestedEventArgs : BaseRendererElement, JsonSerializable
Constructors
Declaration
public IgbPageRequestedEventArgs()
Properties
The Unique ID for the data source making the request.
Declaration
public int DataSourceId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
The data source is requesting the schema for the data.
Declaration
public bool IsSchemaRequest { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
The page index being requested.
Declaration
public int PageIndex { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
The page size being requested.
Declaration
public int PageSize { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
The unique ID for the page request.
Declaration
public int RequestId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Implements