New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public class DataPagerNumericButtonsView : RadLayout

Inheritance: objectRadLayoutDataPagerNumericButtonsView

Inherited Members RadLayout.CreateLayoutManager()

Constructors

Initializes a new instance of the class.

C#
public DataPagerNumericButtonsView()

Fields

ItemSpacingProperty

BindableProperty

Identifies the ItemSpacing property.

C#
public static readonly BindableProperty ItemSpacingProperty

Identifies the NumericButtonsStyle property.

C#
public static readonly BindableProperty NumericButtonsStyleProperty

PageIndexProperty

BindableProperty

Identifies the PageIndex property.

C#
public static readonly BindableProperty PageIndexProperty

Properties

Gets or sets the spacing between the buttons.

C#
public double ItemSpacing { get; set; }

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

C#
public Style NumericButtonsStyle { get; set; }

Gets or sets the current page index.

C#
public int PageIndex { get; set; }