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:
[TelerikToolboxCategory("Navigation")]
public class RadPipsPagerItem : ButtonBase
Inheritance: objectRadPipsPagerItem
Constructors
Initializes a new instance of the RadPipsPagerItem class.
public RadPipsPagerItem()
Fields
IsSelectedProperty
DependencyProperty
Identifies the IsSelected dependency property.
public static readonly DependencyProperty IsSelectedProperty
Properties
Gets or sets a value indicating whether this instance is selected. This is a dependency property.
public bool IsSelected { get; set; }
Methods
protected override void OnClick()
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Called when selection is changed.
protected virtual void OnIsSelectedChanged()
Resets the theme.
public void ResetTheme()