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