Class RadRibbonBackstageItem
Inherited Members
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadRibbonBackstageItem : HeaderedContentControl, IRadTabItem, ISelectable
Constructors
RadRibbonBackstageItem()
Declaration
public RadRibbonBackstageItem()
Fields
ClickEvent
CloseOnClickProperty
Declaration
public static readonly DependencyProperty CloseOnClickProperty
Field Value
Microsoft.
|
CommandParameterProperty
Declaration
public static readonly DependencyProperty CommandParameterProperty
Field Value
Microsoft.
|
CommandProperty
Declaration
public static readonly DependencyProperty CommandProperty
Field Value
Microsoft.
|
CommandTargetProperty
Declaration
public static readonly DependencyProperty CommandTargetProperty
Field Value
Microsoft.
|
HeaderForegroundProperty
Declaration
public static readonly DependencyProperty HeaderForegroundProperty
Field Value
Microsoft.
|
IconProperty
Declaration
public static readonly DependencyProperty IconProperty
Field Value
Microsoft.
|
IsDefaultProperty
Declaration
public static readonly DependencyProperty IsDefaultProperty
Field Value
Microsoft.
|
IsGroupSeparatorProperty
Declaration
public static readonly DependencyProperty IsGroupSeparatorProperty
Field Value
Microsoft.
|
IsSelectableProperty
Declaration
public static readonly DependencyProperty IsSelectableProperty
Field Value
Microsoft.
|
IsSelectedProperty
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
Microsoft.
|
ShowWindowTitleInContentProperty
Declaration
public static readonly DependencyProperty ShowWindowTitleInContentProperty
Field Value
Microsoft.
|
TabOrientationProperty
Declaration
public static readonly DependencyProperty TabOrientationProperty
Field Value
Microsoft.
|
TabStripPlacementProperty
Declaration
public static readonly DependencyProperty TabStripPlacementProperty
Field Value
Microsoft.
|
Properties
CloseOnClick
Declaration
public bool CloseOnClick { get; set; }
Property Value
System.
|
Command
Declaration
public ICommand Command { get; set; }
Property Value
System.
|
CommandParameter
Declaration
public object CommandParameter { get; set; }
Property Value
System.
|
CommandTarget
Declaration
public UIElement CommandTarget { get; set; }
Property Value
Microsoft.
|
HeaderForeground
Declaration
public Brush HeaderForeground { get; set; }
Property Value
Microsoft.
|
Icon
Declaration
public IconElement Icon { get; set; }
Property Value
Microsoft.
|
IsDefault
Declaration
public bool IsDefault { get; set; }
Property Value
System.
|
IsGroupSeparator
Declaration
public bool IsGroupSeparator { get; set; }
Property Value
System.
|
IsSelectable
Declaration
public bool IsSelectable { get; set; }
Property Value
System.
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.
|
Implements
ShowWindowTitleInContent
Declaration
public bool ShowWindowTitleInContent { get; set; }
Property Value
System.
|
TabStripPlacement
Declaration
public Dock TabStripPlacement { get; }
Property Value
Implements
Methods
ChangeVisualState(Boolean)
Declaration
protected override void ChangeVisualState(bool useTransitions)
Parameters
System.
|
Overrides
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Overrides
OnKeyDown(KeyRoutedEventArgs)
Declaration
protected override void OnKeyDown(KeyRoutedEventArgs e)
Parameters
Microsoft.
|
OnKeyUp(KeyRoutedEventArgs)
Declaration
protected override void OnKeyUp(KeyRoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerEntered(PointerRoutedEventArgs)
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnSelected(RadRoutedEventArgs)
OnUnselected(RadRoutedEventArgs)
Events
Click
Declaration
public event RoutedEventHandler Click
Event Type
Microsoft.
|
Explicit Interface Implementations
IRadTabItem.Control
Declaration
Control IRadTabItem.Control { get; }
Returns
Microsoft.
|
Implements
IRadTabItem.SetTabOrientation(Orientation)
Declaration
void IRadTabItem.SetTabOrientation(Orientation value)
Parameters
Microsoft.
|
Implements
IRadTabItem.UpdateHeaderPresenterContent()
Declaration
void IRadTabItem.UpdateHeaderPresenterContent()