Class
DataPagerNumericButtonsView

A container for the numeric buttons of a RadDataPager. The numeric buttons display a page number as Text and navigate to that page number when clicked. A numeric button may display ellipsis (DataPagerEllipsisMode) instead of a numer based on the EllipsisMode.

Definition

Namespace:Telerik.Maui.Controls.DataPager

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DataPagerNumericButtonsView : RadLayout

Inheritance: objectRadLayoutDataPagerNumericButtonsView

Inherited Members RadLayout.CreateLayoutManager()

Constructors

DataPagerNumericButtonsView()

Initializes a new instance of the class.

Declaration

cs-api-definition
public DataPagerNumericButtonsView()

Fields

ItemSpacingProperty

Identifies the ItemSpacing property.

Declaration

cs-api-definition
public static readonly BindableProperty ItemSpacingProperty

Field Value

BindableProperty

NumericButtonsStyleProperty

Identifies the NumericButtonsStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty NumericButtonsStyleProperty

Field Value

BindableProperty

PageIndexProperty

Identifies the PageIndex property.

Declaration

cs-api-definition
public static readonly BindableProperty PageIndexProperty

Field Value

BindableProperty

Properties

ItemSpacing

Gets or sets the spacing between the buttons.

Declaration

cs-api-definition
public double ItemSpacing { get; set; }

Property Value

double

NumericButtonsStyle

Gets or sets a custom style that is to be applied to the numeric buttons.

Declaration

cs-api-definition
public Style NumericButtonsStyle { get; set; }

Property Value

Style

PageIndex

Gets or sets the current page index.

Declaration

cs-api-definition
public int PageIndex { get; set; }

Property Value

int