ClassPaginationIndexLabelControl
A special control, that displays the CurrentIndex and ItemCount information in a RadPaginationControl.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives.Pagination
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class PaginationIndexLabelControl : RadControl
Inheritance: objectRadControlPaginationIndexLabelControl
Inherited Members
Constructors
PaginationIndexLabelControl()
Initializes a new instance of the PaginationIndexLabelControl class.
Declaration
public PaginationIndexLabelControl()
Fields
CurrentIndexDisplayValueProperty
Identifies the CurrentIndexDisplayValue dependency property.
Declaration
public static readonly DependencyProperty CurrentIndexDisplayValueProperty
Field Value
DependencyProperty
CurrentIndexFormatProperty
Identifies the CurrentIndexFormat dependency property.
Declaration
public static readonly DependencyProperty CurrentIndexFormatProperty
Field Value
DependencyProperty
ItemCountDisplayValueProperty
Identifies the ItemCountDisplayValue dependency property.
Declaration
public static readonly DependencyProperty ItemCountDisplayValueProperty
Field Value
DependencyProperty
ItemCountFormatProperty
Identifies the ItemCountFormat dependency property.
Declaration
public static readonly DependencyProperty ItemCountFormatProperty
Field Value
DependencyProperty
SeparatorProperty
Identifies the Separator dependency property.
Declaration
public static readonly DependencyProperty SeparatorProperty
Field Value
DependencyProperty
Properties
CurrentIndexDisplayValue
Gets the string representation of the current index.
CurrentIndexFormat
Gets or sets the format that defines how the current index part of the control is displayed.
ItemCountDisplayValue
Gets the string representation of the item count.
ItemCountFormat
Gets or sets the format that defines how the item count part of the control is displayed.
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides