Table of Contents

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

int

Skip

Gets how many items to skip.

public int Skip { get; set; }

Property Value

int

Top

Gets how many items to take.

public int Top { get; set; }

Property Value

int