ClassDataPagerNumericButtonsView
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:
public class DataPagerNumericButtonsView : RadLayout
Inheritance: objectRadLayoutDataPagerNumericButtonsView
Inherited Members
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
BindableProperty
NumericButtonsStyleProperty
Identifies the NumericButtonsStyle property.
Declaration
public static readonly BindableProperty NumericButtonsStyleProperty
Field Value
BindableProperty
PageIndexProperty
Identifies the PageIndex property.
Declaration
public static readonly BindableProperty PageIndexProperty
Field Value
BindableProperty
Properties
ItemSpacing
Gets or sets the spacing between the buttons.
NumericButtonsStyle
Gets or sets a custom style that is to be applied to the numeric buttons.
Declaration
public Style NumericButtonsStyle { get; set; }
Property Value
Style