Class BackstageTabItem
Represents a tab on the which has a page associated with it.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class BackstageTabItem : BackstageVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
BackstageTabItem()
Declaration
public BackstageTabItem()
BackstageTabItem(String)
Declaration
public BackstageTabItem(string text)
Parameters
System.String
text
|
Fields
SelectedProperty
Properties
Page
Gets or sets the page that is associated with this tab item.
Declaration
public BackstageViewPage Page { get; set; }
Property Value
BackstageViewPage
|
Selected
Indicates whether this tab is selected.
Declaration
public bool Selected { get; }
Property Value
System.Boolean
|
Methods
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnClick(EventArgs)
Declaration
protected override void OnClick(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnPageChanged()
Declaration
protected virtual void OnPageChanged()
OnParentChanged(RadElement)
Declaration
protected override void OnParentChanged(RadElement previousParent)
Parameters
RadElement
previousParent
|
Overrides
OnSelectedChanged()
Declaration
protected virtual void OnSelectedChanged()
Events
PageChagned
Occurs when the page associated with this item has changed.
Declaration
public event EventHandler PageChagned
Event Type
System.EventHandler
|
SelectedChanged
Occurs when the selected state of this item has changed.
Declaration
public event EventHandler SelectedChanged
Event Type
System.EventHandler
|