New to Telerik UI for WPFStart a free 30-day trial

Presents a list of available pages as numeric and ellipsis buttons.

Definition

Namespace:Telerik.Windows.Controls.Data.DataPager

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class NumericElementsPresenter : Control

Inheritance: objectNumericElementsPresenter

Constructors

Initializes a new instance of the NumericElementsPresenter class.

C#
public NumericElementsPresenter()

Fields

AutoEllipsisModeProperty

DependencyProperty

Identifies the AutoEllipsisMode dependency property.

C#
public static readonly DependencyProperty AutoEllipsisModeProperty

NumericButtonCountProperty

DependencyProperty

Identifies the NumericButtonCount dependency property.

C#
public static readonly DependencyProperty NumericButtonCountProperty

NumericButtonStyleProperty

DependencyProperty

Identifies the NumericButtonStyle dependency property.

C#
public static readonly DependencyProperty NumericButtonStyleProperty

PageCountProperty

DependencyProperty

Identifies the PageCount dependency property.

C#
public static readonly DependencyProperty PageCountProperty

PageIndexProperty

DependencyProperty

Identifies the PageIndex dependency property.

C#
public static readonly DependencyProperty PageIndexProperty

Properties

Gets or sets a value indicating whether ellipsis will be shown.

C#
public AutoEllipsisModes AutoEllipsisMode { get; set; }

Gets or sets the numeric button count.

C#
public int NumericButtonCount { get; set; }
Property Value:

The numeric button count.

Gets or sets the numeric and ellipsis buttons style.

C#
public Style NumericButtonStyle { get; set; }
Property Value:

The numeric button style.

Gets or sets the page count.

C#
public int PageCount { get; set; }
Property Value:

The page count.

Gets or sets the index of the page.

C#
public int PageIndex { get; set; }
Property Value:

The index of the page.

Gets the pages view model.

C#
public PagesViewModel PagesViewModel { get; }
Property Value:

The pages view model.

Methods

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Resets the theme.

C#
public void ResetTheme()