Class RadPipsPagerItem
Represents a single page from the items in a Rad
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
[TelerikToolboxCategory("Navigation")]
public class RadPipsPagerItem : ButtonBase, IThemable
Constructors
RadPipsPagerItem()
Fields
IsSelectedProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
System.
|
Properties
IsSelected
Gets or sets a value indicating whether this instance is selected. This is a dependency property.
Declaration
public bool IsSelected { get; set; }
Property Value
System.
|
Methods
OnClick()
Declaration
protected override void OnClick()
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnIsSelectedChanged()
Called when selection is changed.
Declaration
protected virtual void OnIsSelectedChanged()
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()