skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadRibbonBackstageItem

Inheritance
System.Object
HeaderedContentControl
RadRibbonBackstageItem
Inherited Members
HeaderedContentControl.HasHeaderProperty
HeaderedContentControl.HeaderProperty
HeaderedContentControl.HeaderTemplateProperty
HeaderedContentControl.FocusVisualStyleProperty
HeaderedContentControl.HeaderTemplateSelectorProperty
HeaderedContentControl.IsFocusedProperty
HeaderedContentControl.ChangeVisualState()
HeaderedContentControl.OnIsEnabledChanged(DependencyPropertyChangedEventArgs)
HeaderedContentControl.OnHeaderChanged(Object, Object)
HeaderedContentControl.OnHeaderTemplateChanged(DataTemplate, DataTemplate)
HeaderedContentControl.OnIsFocusedChanged(DependencyPropertyChangedEventArgs)
HeaderedContentControl.OnGotFocus(RoutedEventArgs)
HeaderedContentControl.OnLostFocus(RoutedEventArgs)
HeaderedContentControl.HasHeader
HeaderedContentControl.IsFocused
HeaderedContentControl.Header
HeaderedContentControl.FocusVisualStyle
HeaderedContentControl.HeaderTemplate
HeaderedContentControl.HeaderTemplateSelector
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll

Syntax

public class RadRibbonBackstageItem : HeaderedContentControl, IRadTabItem, ISelectable

Constructors

RadRibbonBackstageItem()

Declaration
public RadRibbonBackstageItem()

Fields

ClickEvent

Declaration
public static readonly RoutedEvent ClickEvent
Field Value
RoutedEvent

CloseOnClickProperty

Declaration
public static readonly DependencyProperty CloseOnClickProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

CommandParameterProperty

Declaration
public static readonly DependencyProperty CommandParameterProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

CommandProperty

Declaration
public static readonly DependencyProperty CommandProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

CommandTargetProperty

Declaration
public static readonly DependencyProperty CommandTargetProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

HeaderForegroundProperty

Declaration
public static readonly DependencyProperty HeaderForegroundProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IconProperty

Declaration
public static readonly DependencyProperty IconProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsDefaultProperty

Declaration
public static readonly DependencyProperty IsDefaultProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsGroupSeparatorProperty

Declaration
public static readonly DependencyProperty IsGroupSeparatorProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsSelectableProperty

Declaration
public static readonly DependencyProperty IsSelectableProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsSelectedProperty

Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ShowWindowTitleInContentProperty

Declaration
public static readonly DependencyProperty ShowWindowTitleInContentProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

TabOrientationProperty

Declaration
public static readonly DependencyProperty TabOrientationProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

TabStripPlacementProperty

Declaration
public static readonly DependencyProperty TabStripPlacementProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

Properties

CloseOnClick

Declaration
public bool CloseOnClick { get; set; }
Property Value
System.Boolean

Command

Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand

CommandParameter

Declaration
public object CommandParameter { get; set; }
Property Value
System.Object

CommandTarget

Declaration
public UIElement CommandTarget { get; set; }
Property Value
Microsoft.UI.Xaml.UIElement

HeaderForeground

Declaration
public Brush HeaderForeground { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Brush

Icon

Declaration
public IconElement Icon { get; set; }
Property Value
Microsoft.UI.Xaml.Controls.IconElement

IsDefault

Declaration
public bool IsDefault { get; set; }
Property Value
System.Boolean

IsGroupSeparator

Declaration
public bool IsGroupSeparator { get; set; }
Property Value
System.Boolean

IsSelectable

Declaration
public bool IsSelectable { get; set; }
Property Value
System.Boolean

IsSelected

Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean

Implements
IRadTabItem.IsSelected

ShowWindowTitleInContent

Declaration
public bool ShowWindowTitleInContent { get; set; }
Property Value
System.Boolean

TabStripPlacement

Declaration
public Dock TabStripPlacement { get; }
Property Value
Dock

Implements
IRadTabItem.TabStripPlacement

Methods

ChangeVisualState(Boolean)

Declaration
protected override void ChangeVisualState(bool useTransitions)
Parameters
System.Boolean useTransitions

Overrides
HeaderedContentControl.ChangeVisualState(Boolean)

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()
Overrides
HeaderedContentControl.OnApplyTemplate()

OnKeyDown(KeyRoutedEventArgs)

Declaration
protected override void OnKeyDown(KeyRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.KeyRoutedEventArgs e

OnKeyUp(KeyRoutedEventArgs)

Declaration
protected override void OnKeyUp(KeyRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.KeyRoutedEventArgs e

OnPointerEntered(PointerRoutedEventArgs)

Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs e

OnPointerExited(PointerRoutedEventArgs)

Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs e

OnSelected(RadRoutedEventArgs)

Declaration
public virtual void OnSelected(RadRoutedEventArgs e)
Parameters
RadRoutedEventArgs e

OnUnselected(RadRoutedEventArgs)

Declaration
public virtual void OnUnselected(RadRoutedEventArgs e)
Parameters
RadRoutedEventArgs e

Events

Click

Declaration
public event RoutedEventHandler Click
Event Type
Microsoft.UI.Xaml.RoutedEventHandler

Explicit Interface Implementations

IRadTabItem.Control

Declaration
Control IRadTabItem.Control { get; }
Returns
Microsoft.UI.Xaml.Controls.Control

Implements
IRadTabItem.Control

IRadTabItem.SetTabOrientation(Orientation)

Declaration
void IRadTabItem.SetTabOrientation(Orientation value)
Parameters
Microsoft.UI.Xaml.Controls.Orientation value

Implements
IRadTabItem.SetTabOrientation(Orientation)

IRadTabItem.UpdateHeaderPresenterContent()

Declaration
void IRadTabItem.UpdateHeaderPresenterContent()
Implements
IRadTabItem.UpdateHeaderPresenterContent()

IRadTabItem.UpdateTabStripPlacement(Dock)

Declaration
void IRadTabItem.UpdateTabStripPlacement(Dock value)
Parameters
Dock value

Implements
IRadTabItem.UpdateTabStripPlacement(Dock)

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.