Class
PaginationIndexLabelControl

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:

cs-api-definition
public class PaginationIndexLabelControl : RadControl

Inheritance: objectRadControlPaginationIndexLabelControl

Inherited Members RadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.UnapplyTemplateCore()RadControl.OnIsEnabledChanged(bool, bool)RadControl.OnTemplateApplied()RadControl.ApplyTemplateCore()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

PaginationIndexLabelControl()

Initializes a new instance of the PaginationIndexLabelControl class.

Declaration

cs-api-definition
public PaginationIndexLabelControl()

Fields

CurrentIndexDisplayValueProperty

Identifies the CurrentIndexDisplayValue dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CurrentIndexDisplayValueProperty

Field Value

DependencyProperty

CurrentIndexFormatProperty

Identifies the CurrentIndexFormat dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CurrentIndexFormatProperty

Field Value

DependencyProperty

ItemCountDisplayValueProperty

Identifies the ItemCountDisplayValue dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ItemCountDisplayValueProperty

Field Value

DependencyProperty

ItemCountFormatProperty

Identifies the ItemCountFormat dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ItemCountFormatProperty

Field Value

DependencyProperty

SeparatorProperty

Identifies the Separator dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SeparatorProperty

Field Value

DependencyProperty

Properties

CurrentIndexDisplayValue

Gets the string representation of the current index.

Declaration

cs-api-definition
public string CurrentIndexDisplayValue { get; }

Property Value

string

CurrentIndexFormat

Gets or sets the format that defines how the current index part of the control is displayed.

Declaration

cs-api-definition
public string CurrentIndexFormat { get; set; }

Property Value

string

ItemCountDisplayValue

Gets the string representation of the item count.

Declaration

cs-api-definition
public string ItemCountDisplayValue { get; }

Property Value

string

ItemCountFormat

Gets or sets the format that defines how the item count part of the control is displayed.

Declaration

cs-api-definition
public string ItemCountFormat { get; set; }

Property Value

string

Separator

Gets or sets the string that separates the CurrentIndex and ItemCount values. Defaults to " / ".

Declaration

cs-api-definition
public string Separator { get; set; }

Property Value

string

Methods

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides RadControl.OnCreateAutomationPeer()