Class PagerEventArgs
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Supplies information about a PageChanged event that is being raised.
public class PagerEventArgs
- Inheritance
-
PagerEventArgs
- Inherited Members
Constructors
PagerEventArgs()
public PagerEventArgs()
Properties
PageIndex
Gets the current zero-based page index
public int PageIndex { get; set; }
Property Value
Skip
Gets how many items to skip.
public int Skip { get; set; }
Property Value
Top
Gets how many items to take.
public int Top { get; set; }