Supplies information about a PageChanged event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class PagerEventArgsSupplies information about a PageChanged event that is being raised.
public PagerEventArgs()Gets the current zero-based page index
public int PageIndex { get; set; }
| Type | Description |
|---|---|
| int | Gets the current zero-based page index |
Gets how many items to skip.
public int Skip { get; set; }
| Type | Description |
|---|---|
| int | Gets how many items to skip. |
Gets how many items to take.
public int Top { get; set; }
| Type | Description |
|---|---|
| int | Gets how many items to take. |