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:
public class NumericElementsPresenter : Control
Inheritance: objectNumericElementsPresenter
Constructors
Initializes a new instance of the NumericElementsPresenter class.
public NumericElementsPresenter()
Fields
AutoEllipsisModeProperty
DependencyProperty
Identifies the AutoEllipsisMode dependency property.
public static readonly DependencyProperty AutoEllipsisModeProperty
NumericButtonCountProperty
DependencyProperty
Identifies the NumericButtonCount dependency property.
public static readonly DependencyProperty NumericButtonCountProperty
NumericButtonStyleProperty
DependencyProperty
Identifies the NumericButtonStyle dependency property.
public static readonly DependencyProperty NumericButtonStyleProperty
PageCountProperty
DependencyProperty
Identifies the PageCount dependency property.
public static readonly DependencyProperty PageCountProperty
PageIndexProperty
DependencyProperty
Identifies the PageIndex dependency property.
public static readonly DependencyProperty PageIndexProperty
Properties
Gets or sets a value indicating whether ellipsis will be shown.
public AutoEllipsisModes AutoEllipsisMode { get; set; }
Gets or sets the numeric button count.
public int NumericButtonCount { get; set; }
The numeric button count.
NumericButtonStyle
Style
Gets or sets the numeric and ellipsis buttons style.
public Style NumericButtonStyle { get; set; }
The numeric button style.
Gets or sets the page count.
public int PageCount { get; set; }
The page count.
Gets or sets the index of the page.
public int PageIndex { get; set; }
The index of the page.
Gets the pages view model.
public PagesViewModel PagesViewModel { get; }
The pages view model.
Methods
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Resets the theme.
public void ResetTheme()