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 AutoEllipsisMode dependency property.
Declaration
public static readonly DependencyProperty AutoEllipsisModeProperty
Field Value
System.Windows.DependencyProperty
|
DisplayModeProperty
Identifies the DisplayMode dependency property.
Declaration
public static readonly DependencyProperty DisplayModeProperty
Field Value
System.Windows.DependencyProperty
|
ItemCountProperty
Identifies the ItemCount dependency property.
Declaration
public static readonly DependencyProperty ItemCountProperty
Field Value
System.Windows.DependencyProperty
|
NumericButtonCountProperty
Identifies the NumericButtonCount dependency property.
Declaration
public static readonly DependencyProperty NumericButtonCountProperty
Field Value
System.Windows.DependencyProperty
|
NumericButtonStyleProperty
Identifies the NumericButtonStyle dependency property.
Declaration
public static readonly DependencyProperty NumericButtonStyleProperty
Field Value
System.Windows.DependencyProperty
|
PageCountProperty
Identifies the PageCount dependency property.
Declaration
public static readonly DependencyProperty PageCountProperty
Field Value
System.Windows.DependencyProperty
|
PageIndexProperty
Identifies the PageIndex dependency property.
Declaration
public static readonly DependencyProperty PageIndexProperty
Field Value
System.Windows.DependencyProperty
|
PageSizeProperty
Identifies the PageSize dependency property.
Declaration
public static readonly DependencyProperty PageSizeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AutoEllipsisMode
Gets or sets a value indicating whether ellipsis will be shown.
Declaration
public AutoEllipsisModes AutoEllipsisMode { get; set; }
Property Value
AutoEllipsisModes
|
DisplayMode
Gets or sets the pager display mode.
Declaration
public PagerDisplayModes DisplayMode { get; set; }
Property Value
PagerDisplayModes
The pager display mode. |
ItemCount
Gets or sets the current number of known items in the System.ComponentModel.IPagedCollectionView.
Declaration
public int ItemCount { get; set; }
Property Value
System.Int32
The item count. |
NumericButtonCount
Gets or sets the numeric button count.
Declaration
public int NumericButtonCount { get; set; }
Property Value
System.Int32
The numeric button count. |
NumericButtonStyle
Gets or sets the numeric and ellipsis buttons style.
Declaration
public Style NumericButtonStyle { get; set; }
Property Value
System.Windows.Style
The numeric button style. |
PageCount
Gets or sets the page count.
Declaration
public int PageCount { get; set; }
Property Value
System.Int32
The page count. |
PageIndex
Gets or sets the index of the page.
Declaration
public int PageIndex { get; set; }
Property Value
System.Int32
The index of the page. |
PagerControlsVisibility
Gets the pager controls visibility.
Declaration
public PagerControlsVisibilityModel PagerControlsVisibility { get; }
Property Value
PagerControlsVisibilityModel
The pager controls visibility. |
PageSize
Gets or sets the page size.
Declaration
public int PageSize { get; set; }
Property Value
System.Int32
The page size. |
Methods
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()