Class RadRibbonBackstageItem
Represents a ribbonView backstage item control.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
[TelerikToolboxCategory("Navigation")]
public class RadRibbonBackstageItem : RadTabItem, IRadTabItem
Constructors
RadRibbonBackstageItem()
Initializes a new instance of the Rad
Declaration
public RadRibbonBackstageItem()
Fields
ClickEvent
Identifies the Click event.
Declaration
public static readonly RoutedEvent ClickEvent
Field Value
System.
|
CloseOnClickProperty
Identifies the CloseOnClick property.
Declaration
public static readonly DependencyProperty CloseOnClickProperty
Field Value
System.
|
CommandParameterProperty
Identifies the CommandParameter dependency property.
Declaration
public static readonly DependencyProperty CommandParameterProperty
Field Value
System.
|
CommandProperty
Identifies the Command dependency property.
Declaration
public static readonly DependencyProperty CommandProperty
Field Value
System.
|
CommandTargetProperty
Identifies the CommandTarget dependency property.
Declaration
public static readonly DependencyProperty CommandTargetProperty
Field Value
System.
|
IconProperty
Identifies the Icon property.
Declaration
public static readonly DependencyProperty IconProperty
Field Value
System.
|
IsDefaultProperty
Identifies the IsDefault property.
Declaration
public static readonly DependencyProperty IsDefaultProperty
Field Value
System.
|
IsGroupSeparatorProperty
Identifies the IsGroupSeparator property.
Declaration
public static readonly DependencyProperty IsGroupSeparatorProperty
Field Value
System.
|
IsSelectableProperty
Identifies the IsSelectable property.
Declaration
public static readonly DependencyProperty IsSelectableProperty
Field Value
System.
|
Properties
BottomTemplate
This property does not apply to BackstageItem.
Declaration
public override ControlTemplate BottomTemplate { get; set; }
Property Value
System.
|
Overrides
CloseOnClick
Gets or sets if parent backstage should close on click of the item.
Declaration
public bool CloseOnClick { get; set; }
Property Value
System.
|
Command
Gets or sets the command that will be executed when the command source is invoked.
Declaration
public ICommand Command { get; set; }
Property Value
System.
|
CommandParameter
Represents a user defined data value that can be passed to the command when it is executed.
Declaration
public object CommandParameter { get; set; }
Property Value
System.
|
CommandTarget
The object that the command is being executed on.
Declaration
public UIElement CommandTarget { get; set; }
Property Value
System.
|
Icon
Gets or sets the image source.
Declaration
public ImageSource Icon { get; set; }
Property Value
System.
|
IsBreak
This property does not apply to BackstageItem.
Declaration
public override bool IsBreak { get; set; }
Property Value
System.
|
Overrides
IsDefault
Gets or sets if the item should be default.
Declaration
public bool IsDefault { get; set; }
Property Value
System.
|
IsGroupSeparator
Gets or sets if the item should be group separator.
Declaration
public bool IsGroupSeparator { get; set; }
Property Value
System.
|
IsSelectable
Gets or sets if the item should be selectable.
Declaration
public bool IsSelectable { get; set; }
Property Value
System.
|
LeftTemplate
This property does not apply to BackstageItem.
Declaration
public override ControlTemplate LeftTemplate { get; set; }
Property Value
System.
|
Overrides
RightTemplate
This property does not apply to BackstageItem.
Declaration
public override ControlTemplate RightTemplate { get; set; }
Property Value
System.
|
Overrides
TopTemplate
This property does not apply to BackstageItem.
Declaration
public override ControlTemplate TopTemplate { get; set; }
Property Value
System.
|
Overrides
Methods
ChangeVisualState(Boolean)
Updates the visual state of the control.
Declaration
protected override void ChangeVisualState(bool useTransitions)
Parameters
System. Indicates whether transitions should be used. |
Overrides
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application
code or internal processes (such as a rebuilding layout pass) call
System.
Declaration
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Called when the control has been initialized.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.
|
Overrides
OnKeyDown(KeyEventArgs)
Called before the System.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System. The data for the event. |
Overrides
Events
Click
Gets or sets the click event.
Declaration
public event RoutedEventHandler Click
Event Type
System.
|