Class
DataPagerPresenter

Contains the default set of UI controls for RadDataPager.

Definition

Namespace:Telerik.Windows.Controls.Data.DataPager

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class DataPagerPresenter : Control

Inheritance: objectDataPagerPresenter

Constructors

DataPagerPresenter()

Initializes a new instance of the DataPagerPresenter class.

Declaration

cs-api-definition
public DataPagerPresenter()

Fields

AutoEllipsisModeProperty

Identifies the AutoEllipsisMode dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AutoEllipsisModeProperty

Field Value

DependencyProperty

DisplayModeProperty

Identifies the DisplayMode dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DisplayModeProperty

Field Value

DependencyProperty

ItemCountProperty

Identifies the ItemCount dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ItemCountProperty

Field Value

DependencyProperty

NumericButtonCountProperty

Identifies the NumericButtonCount dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty NumericButtonCountProperty

Field Value

DependencyProperty

NumericButtonStyleProperty

Identifies the NumericButtonStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty NumericButtonStyleProperty

Field Value

DependencyProperty

PageCountProperty

Identifies the PageCount dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PageCountProperty

Field Value

DependencyProperty

PageIndexProperty

Identifies the PageIndex dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PageIndexProperty

Field Value

DependencyProperty

PageSizeProperty

Identifies the PageSize dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PageSizeProperty

Field Value

DependencyProperty

TextBoxStyleProperty

Identifies the TextBoxStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TextBoxStyleProperty

Field Value

DependencyProperty

Properties

AutoEllipsisMode

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

Declaration

cs-api-definition
public AutoEllipsisModes AutoEllipsisMode { get; set; }

Property Value

AutoEllipsisModes

DisplayMode

Gets or sets the pager display mode.

Declaration

cs-api-definition
public PagerDisplayModes DisplayMode { get; set; }

Property Value

PagerDisplayModes

The pager display mode.

ItemCount

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

Declaration

cs-api-definition
public int ItemCount { get; set; }

Property Value

int

The item count.

NumericButtonCount

Gets or sets the numeric button count.

Declaration

cs-api-definition
public int NumericButtonCount { get; set; }

Property Value

int

The numeric button count.

NumericButtonStyle

Gets or sets the numeric and ellipsis buttons style.

Declaration

cs-api-definition
public Style NumericButtonStyle { get; set; }

Property Value

Style

The numeric button style.

PageCount

Gets or sets the page count.

Declaration

cs-api-definition
public int PageCount { get; set; }

Property Value

int

The page count.

PageIndex

Gets or sets the index of the page.

Declaration

cs-api-definition
public int PageIndex { get; set; }

Property Value

int

The index of the page.

PageSize

Gets or sets the page size.

Declaration

cs-api-definition
public int PageSize { get; set; }

Property Value

int

The page size.

PagerControlsVisibility

Gets the pager controls visibility.

Declaration

cs-api-definition
public PagerControlsVisibilityModel PagerControlsVisibility { get; }

Property Value

PagerControlsVisibilityModel

The pager controls visibility.

TextBoxStyle

Gets or sets the page text box style.

Declaration

cs-api-definition
public Style TextBoxStyle { get; set; }

Property Value

Style

The page text box style.

Methods

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()