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

Represents a navigable item in the RadPipsPager control. This class derives from and implements the IThemable interface. It provides a visual element that can be selected to indicate pagination functionality.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
[TelerikToolboxCategory("Navigation")]
public class RadPipsPagerItem : ButtonBase

Inheritance: objectRadPipsPagerItem

Constructors

Initializes a new instance of the RadPipsPagerItem class.

C#
public RadPipsPagerItem()

Fields

IsSelectedProperty

DependencyProperty

Identifies the IsSelected dependency property.

C#
public static readonly DependencyProperty IsSelectedProperty

Properties

Gets or sets a value indicating whether this instance is selected. This is a dependency property.

C#
public bool IsSelected { get; set; }

Methods

C#
protected override void OnClick()

Returns class-specific AutomationPeer.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.

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.

Called when selection is changed.

C#
protected virtual void OnIsSelectedChanged()

Resets the theme.

C#
public void ResetTheme()