New to Telerik UI for WPFStart a free 30-day trial

Contains the default set of UI controls for RadDataPager.

Definition

Namespace:Telerik.Windows.Controls.Data.DataPager

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class DataPagerPresenter : Control

Inheritance: objectDataPagerPresenter

Constructors

Initializes a new instance of the DataPagerPresenter class.

C#
public DataPagerPresenter()

Fields

AutoEllipsisModeProperty

DependencyProperty

Identifies the AutoEllipsisMode dependency property.

C#
public static readonly DependencyProperty AutoEllipsisModeProperty

DisplayModeProperty

DependencyProperty

Identifies the DisplayMode dependency property.

C#
public static readonly DependencyProperty DisplayModeProperty

ItemCountProperty

DependencyProperty

Identifies the ItemCount dependency property.

C#
public static readonly DependencyProperty ItemCountProperty

NumericButtonCountProperty

DependencyProperty

Identifies the NumericButtonCount dependency property.

C#
public static readonly DependencyProperty NumericButtonCountProperty

NumericButtonStyleProperty

DependencyProperty

Identifies the NumericButtonStyle dependency property.

C#
public static readonly DependencyProperty NumericButtonStyleProperty

PageCountProperty

DependencyProperty

Identifies the PageCount dependency property.

C#
public static readonly DependencyProperty PageCountProperty

PageIndexProperty

DependencyProperty

Identifies the PageIndex dependency property.

C#
public static readonly DependencyProperty PageIndexProperty

PageSizeProperty

DependencyProperty

Identifies the PageSize dependency property.

C#
public static readonly DependencyProperty PageSizeProperty

TextBoxStyleProperty

DependencyProperty

Identifies the TextBoxStyle dependency property.

C#
public static readonly DependencyProperty TextBoxStyleProperty

Properties

Gets or sets a value indicating whether ellipsis will be shown.

C#
public AutoEllipsisModes AutoEllipsisMode { get; set; }

Gets or sets the pager display mode.

C#
public PagerDisplayModes DisplayMode { get; set; }
Property Value:

The pager display mode.

Gets or sets the current number of known items in the .

C#
public int ItemCount { get; set; }
Property Value:

The item count.

Gets or sets the numeric button count.

C#
public int NumericButtonCount { get; set; }
Property Value:

The numeric button count.

Gets or sets the numeric and ellipsis buttons style.

C#
public Style NumericButtonStyle { get; set; }
Property Value:

The numeric button style.

Gets or sets the page count.

C#
public int PageCount { get; set; }
Property Value:

The page count.

Gets or sets the index of the page.

C#
public int PageIndex { get; set; }
Property Value:

The index of the page.

Gets the pager controls visibility.

C#
public PagerControlsVisibilityModel PagerControlsVisibility { get; }
Property Value:

The pager controls visibility.

Gets or sets the page size.

C#
public int PageSize { get; set; }
Property Value:

The page size.

Gets or sets the page text box style.

C#
public Style TextBoxStyle { get; set; }
Property Value:

The page text box style.

Methods

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Resets the theme.

C#
public void ResetTheme()