DataPagerPresenter
Contains the default set of UI controls for RadDataPager.
Definition
Namespace:Telerik.Windows.Controls.Data.DataPager
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public class DataPagerPresenter : Control
Inheritance: objectDataPagerPresenter
Constructors
Initializes a new instance of the DataPagerPresenter class.
public DataPagerPresenter()
Fields
AutoEllipsisModeProperty
DependencyProperty
Identifies the AutoEllipsisMode dependency property.
public static readonly DependencyProperty AutoEllipsisModeProperty
DisplayModeProperty
DependencyProperty
Identifies the DisplayMode dependency property.
public static readonly DependencyProperty DisplayModeProperty
ItemCountProperty
DependencyProperty
Identifies the ItemCount dependency property.
public static readonly DependencyProperty ItemCountProperty
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
PageSizeProperty
DependencyProperty
Identifies the PageSize dependency property.
public static readonly DependencyProperty PageSizeProperty
TextBoxStyleProperty
DependencyProperty
Identifies the TextBoxStyle dependency property.
public static readonly DependencyProperty TextBoxStyleProperty
Properties
Gets or sets a value indicating whether ellipsis will be shown.
public AutoEllipsisModes AutoEllipsisMode { get; set; }
Gets or sets the pager display mode.
public PagerDisplayModes DisplayMode { get; set; }
The pager display mode.
Gets or sets the current number of known items in the .
public int ItemCount { get; set; }
The item count.
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 pager controls visibility.
public PagerControlsVisibilityModel PagerControlsVisibility { get; }
The pager controls visibility.
Gets or sets the page size.
public int PageSize { get; set; }
The page size.
TextBoxStyle
Style
Gets or sets the page text box style.
public Style TextBoxStyle { get; set; }
The page text box style.
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()