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