ClassRadPipsPagerItem
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
RadPipsPagerItem()
Initializes a new instance of the RadPipsPagerItem class.
Declaration
public RadPipsPagerItem()
Fields
IsSelectedProperty
Identifies the IsSelected dependency property.
Declaration
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.
Methods
OnClick()
Declaration
protected override void OnClick()
OnCreateAutomationPeer()
Returns class-specific AutomationPeer.
Declaration
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
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnIsSelectedChanged()
Called when selection is changed.
Declaration
protected virtual void OnIsSelectedChanged()