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

Provides UI properties to control the visibility of pager inner controls.

Definition

Constructors

C#
public PagerControlsVisibilityModel()

Properties

Gets or sets the pager display mode.

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

The pager display mode.

Gets or sets the move to first page control visibility.

C#
public Visibility MoveToFirstPageControlVisibility { get; set; }
Property Value:

The move to first page control visibility.

Gets or sets the move to last page control visibility.

C#
public Visibility MoveToLastPageControlVisibility { get; set; }
Property Value:

The move to last page control visibility.

Gets or sets the move to next control visibility.

C#
public Visibility MoveToNextPageControlVisibility { get; set; }
Property Value:

The move to next control visibility.

Gets or sets the move to previous page control visibility.

C#
public Visibility MoveToPreviousPageControlVisibility { get; set; }
Property Value:

The move to previous page control visibility.

Gets or sets the numeric elements control visibility.

C#
public Visibility NumericElementsControlVisibility { get; set; }
Property Value:

The numeric elements control visibility.

Gets or sets the move to last page control visibility.

C#
public Visibility TextControlVisibility { get; set; }
Property Value:

The move to last page control visibility.