Class DataPagerNumericButtonsView
A container for the numeric buttons of a Rad
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
CurrentPageButtonStyleProperty
Declaration
public static readonly BindableProperty CurrentPageButtonStyleProperty
Field Value
Microsoft.
|
ItemSpacingProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemSpacingProperty
Field Value
Microsoft.
|
NumericButtonsStyleProperty
Identifies the Numeric
Declaration
public static readonly BindableProperty NumericButtonsStyleProperty
Field Value
Microsoft.
|
PageIndexProperty
Identifies the Page
Declaration
public static readonly BindableProperty PageIndexProperty
Field Value
Microsoft.
|
Properties
CurrentPageButtonStyle
Declaration
public Style CurrentPageButtonStyle { get; set; }
Property Value
Microsoft.
|
ItemSpacing
Gets or sets the spacing between the buttons.
Declaration
public double ItemSpacing { get; set; }
Property Value
System.
|
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.
|
PageIndex
Gets or sets the current page index.
Declaration
public int PageIndex { get; set; }
Property Value
System.
|