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
Constructors
Initializes a new instance of the class.
C#
public DataPagerNumericButtonsView()
Fields
ItemSpacingProperty
BindableProperty
Identifies the ItemSpacing property.
C#
public static readonly BindableProperty ItemSpacingProperty
NumericButtonsStyleProperty
BindableProperty
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; }
NumericButtonsStyle
Style
Gets or sets a custom style that is to be applied to the numeric buttons.
C#
public Style NumericButtonsStyle { get; set; }