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.
Inherited Members
Namespace: Telerik.Maui.Controls.DataPager
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataPagerNumericButtonsView : RadLayout
Constructors
DataPagerNumericButtonsView()
Initializes a new instance of the class.
Declaration
public DataPagerNumericButtonsView()
Fields
ItemSpacingProperty
Identifies the ItemSpacing property.
Declaration
public static readonly BindableProperty ItemSpacingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
NumericButtonsStyleProperty
Identifies the NumericButtonsStyle property.
Declaration
public static readonly BindableProperty NumericButtonsStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
PageIndexProperty
Identifies the PageIndex property.
Declaration
public static readonly BindableProperty PageIndexProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ItemSpacing
Gets or sets the spacing between the buttons.
Declaration
public double ItemSpacing { get; set; }
Property Value
System.Double
|
NumericButtonsStyle
Gets or sets a custom style that is to be applied to the numeric buttons.
Declaration
public Style NumericButtonsStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
PageIndex
Gets or sets the current page index.
Declaration
public int PageIndex { get; set; }
Property Value
System.Int32
|