Class PaginationIndexLabelControl
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Primitives.Pagination
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PaginationIndexLabelControl : RadControl
Constructors
PaginationIndexLabelControl()
Declaration
public PaginationIndexLabelControl()
Fields
CurrentIndexDisplayValueProperty
Declaration
public static readonly DependencyProperty CurrentIndexDisplayValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
CurrentIndexFormatProperty
Declaration
public static readonly DependencyProperty CurrentIndexFormatProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ItemCountDisplayValueProperty
Declaration
public static readonly DependencyProperty ItemCountDisplayValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ItemCountFormatProperty
Declaration
public static readonly DependencyProperty ItemCountFormatProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
SeparatorProperty
Declaration
public static readonly DependencyProperty SeparatorProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
CurrentIndexDisplayValue
Declaration
public string CurrentIndexDisplayValue { get; }
Property Value
|
System.String
|
CurrentIndexFormat
Declaration
public string CurrentIndexFormat { get; set; }
Property Value
|
System.String
|
ItemCountDisplayValue
Declaration
public string ItemCountDisplayValue { get; }
Property Value
|
System.String
|
ItemCountFormat
Declaration
public string ItemCountFormat { get; set; }
Property Value
|
System.String
|
Separator
Declaration
public string Separator { get; set; }
Property Value
|
System.String
|
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|