Class
RadPipsPagerItem

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:

cs-api-definition
[TelerikToolboxCategory("Navigation")]
public class RadPipsPagerItem : ButtonBase

Inheritance: objectRadPipsPagerItem

Constructors

RadPipsPagerItem()

Initializes a new instance of the RadPipsPagerItem class.

Declaration

cs-api-definition
public RadPipsPagerItem()

Fields

IsSelectedProperty

Identifies the IsSelected dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsSelectedProperty

Field Value

DependencyProperty

Properties

IsSelected

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

Declaration

cs-api-definition
public bool IsSelected { get; set; }

Property Value

bool

Methods

OnClick()

Declaration

cs-api-definition
protected override void OnClick()

OnCreateAutomationPeer()

Returns class-specific AutomationPeer.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.

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.

OnIsSelectedChanged()

Called when selection is changed.

Declaration

cs-api-definition
protected virtual void OnIsSelectedChanged()

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()