Class DataPagerPresenter
Contains the default set of UI controls for RadDataPager.
Inheritance
Namespace: Telerik.Windows.Controls.Data.DataPager
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class DataPagerPresenter : Control, IThemable
Constructors
DataPagerPresenter()
Fields
AutoEllipsisModeProperty
Identifies the Auto
Declaration
public static readonly DependencyProperty AutoEllipsisModeProperty
Field Value
System.
|
DisplayModeProperty
Identifies the Display
Declaration
public static readonly DependencyProperty DisplayModeProperty
Field Value
System.
|
ItemCountProperty
Identifies the Item
Declaration
public static readonly DependencyProperty ItemCountProperty
Field Value
System.
|
NumericButtonCountProperty
Identifies the Numeric
Declaration
public static readonly DependencyProperty NumericButtonCountProperty
Field Value
System.
|
NumericButtonStyleProperty
Identifies the Numeric
Declaration
public static readonly DependencyProperty NumericButtonStyleProperty
Field Value
System.
|
PageCountProperty
Identifies the Page
Declaration
public static readonly DependencyProperty PageCountProperty
Field Value
System.
|
PageIndexProperty
Identifies the Page
Declaration
public static readonly DependencyProperty PageIndexProperty
Field Value
System.
|
PageSizeProperty
Identifies the Page
Declaration
public static readonly DependencyProperty PageSizeProperty
Field Value
System.
|
TextBoxStyleProperty
Identifies the Text
Declaration
public static readonly DependencyProperty TextBoxStyleProperty
Field Value
System.
|
Properties
AutoEllipsisMode
Gets or sets a value indicating whether ellipsis will be shown.
Declaration
public AutoEllipsisModes AutoEllipsisMode { get; set; }
Property Value
DisplayMode
Gets or sets the pager display mode.
Declaration
public PagerDisplayModes DisplayMode { get; set; }
Property Value
Pager The pager display mode. |
ItemCount
Gets or sets the current number of known items in the
System.
Declaration
public int ItemCount { get; set; }
Property Value
System. The item count. |
NumericButtonCount
Gets or sets the numeric button count.
Declaration
public int NumericButtonCount { get; set; }
Property Value
System. The numeric button count. |
NumericButtonStyle
Gets or sets the numeric and ellipsis buttons style.
Declaration
public Style NumericButtonStyle { get; set; }
Property Value
System. The numeric button style. |
PageCount
Gets or sets the page count.
Declaration
public int PageCount { get; set; }
Property Value
System. The page count. |
PageIndex
Gets or sets the index of the page.
Declaration
public int PageIndex { get; set; }
Property Value
System. The index of the page. |
PagerControlsVisibility
Gets the pager controls visibility.
Declaration
public PagerControlsVisibilityModel PagerControlsVisibility { get; }
Property Value
Pager The pager controls visibility. |
PageSize
Gets or sets the page size.
Declaration
public int PageSize { get; set; }
Property Value
System. The page size. |
TextBoxStyle
Gets or sets the page text box style.
Declaration
public Style TextBoxStyle { get; set; }
Property Value
System. The page text box style. |
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()