ClassRadRibbonBackstageItem
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadRibbonBackstageItem : HeaderedContentControl, IRadTabItem
Inheritance: objectHeaderedContentControlRadRibbonBackstageItem
Implements:
Inherited Members
Constructors
RadRibbonBackstageItem()
Initializes a new instance of the RadRibbonBackstageItem class.
Declaration
public RadRibbonBackstageItem()
Fields
ClickEvent
Identifies the Click event.
CloseOnClickProperty
Identifies the CloseOnClick property.
Declaration
public static readonly DependencyProperty CloseOnClickProperty
Field Value
DependencyProperty
CommandParameterProperty
Identifies the CommandParameter dependency property.
Declaration
public static readonly DependencyProperty CommandParameterProperty
Field Value
DependencyProperty
CommandProperty
Identifies the Command dependency property.
Declaration
public static readonly DependencyProperty CommandProperty
Field Value
DependencyProperty
CommandTargetProperty
Identifies the CommandTarget dependency property.
Declaration
public static readonly DependencyProperty CommandTargetProperty
Field Value
DependencyProperty
HeaderForegroundProperty
Identifies the HeaderForeground property.
Declaration
public static readonly DependencyProperty HeaderForegroundProperty
Field Value
DependencyProperty
IconProperty
Identifies the Icon property.
Declaration
public static readonly DependencyProperty IconProperty
Field Value
DependencyProperty
IsDefaultProperty
Identifies the IsDefault property.
Declaration
public static readonly DependencyProperty IsDefaultProperty
Field Value
DependencyProperty
IsGroupSeparatorProperty
Identifies the IsGroupSeparator property.
Declaration
public static readonly DependencyProperty IsGroupSeparatorProperty
Field Value
DependencyProperty
IsSelectableProperty
Identifies the IsSelectable property.
Declaration
public static readonly DependencyProperty IsSelectableProperty
Field Value
DependencyProperty
IsSelectedProperty
Identifies the IsSelected property.
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
DependencyProperty
ShowWindowTitleInContentProperty
Identifies the ShowWindowTitleInContent property.
Declaration
public static readonly DependencyProperty ShowWindowTitleInContentProperty
Field Value
DependencyProperty
TabOrientationProperty
Identifies the property.
Declaration
public static readonly DependencyProperty TabOrientationProperty
Field Value
DependencyProperty
TabStripPlacementProperty
Identifies the property.
Declaration
public static readonly DependencyProperty TabStripPlacementProperty
Field Value
DependencyProperty
Properties
CloseOnClick
Gets or sets if parent backstage should close on click of the item.
Command
Gets or sets the command that will be executed when the command source is invoked.
CommandParameter
Represents a user defined data value that can be passed to the command when it is executed.
CommandTarget
The object that the command is being executed on.
Declaration
public UIElement CommandTarget { get; set; }
Property Value
UIElement
HeaderForeground
Gets or sets the item header foreground.
Declaration
public Brush HeaderForeground { get; set; }
Property Value
Brush
Icon
Gets or sets the icon.
Declaration
public IconElement Icon { get; set; }
Property Value
IconElement
IsDefault
Gets or sets if the item should be default.
IsGroupSeparator
Gets or sets if the item should be group separator.
IsSelectable
Gets or sets if the item should be selectable.
IsSelected
Gets or sets a value indicating whether this yabv is selected.
ShowWindowTitleInContent
Gets or sets a value indicating whether the WindowTitle will be shown in the Content of the backstage item.
Declaration
public bool ShowWindowTitleInContent { get; set; }
Property Value
TabStripPlacement
Gets the tab strip placement.
Declaration
[Browsable(false)]
public Dock TabStripPlacement { get; }
Property Value
Implements
Methods
ChangeVisualState(bool)
Updates the visual state of the control.
Declaration
protected override void ChangeVisualState(bool useTransitions)
Parameters
useTransitions
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 .
Declaration
protected override void OnApplyTemplate()
Overrides
OnKeyDown(KeyRoutedEventArgs)
Declaration
protected override void OnKeyDown(KeyRoutedEventArgs e)
Parameters
e
KeyRoutedEventArgs
OnKeyUp(KeyRoutedEventArgs)
Declaration
protected override void OnKeyUp(KeyRoutedEventArgs e)
Parameters
e
KeyRoutedEventArgs
OnPointerEntered(PointerRoutedEventArgs)
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
e
PointerRoutedEventArgs
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
e
PointerRoutedEventArgs
OnSelected(RadRoutedEventArgs)
Called when the item is selected.
Declaration
public virtual void OnSelected(RadRoutedEventArgs e)
Parameters
e
OnUnselected(RadRoutedEventArgs)
Called when the item is unselected.
Declaration
public virtual void OnUnselected(RadRoutedEventArgs e)
Parameters
e
Events
Click
Gets or sets the click event.
Declaration
public event RoutedEventHandler Click
Event Value
RoutedEventHandler