skip navigation
  • Product Bundles

    DevCraft

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

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

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

    Mobile

    UI for .NET MAUI UI for Xamarin

    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 Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

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

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

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • 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

Represents a ribbonView backstage item control.

Inheritance
System.Object
RadTabItem
RadRibbonBackstageItem
Inherited Members
RadTabItem.TabStripPlacementProperty
RadTabItem.TabOrientationProperty
RadTabItem.IsSelectedProperty
RadTabItem.IsBreakProperty
RadTabItem.IsPinnedProperty
RadTabItem.PinButtonVisibilityProperty
RadTabItem.CloseButtonVisibilityProperty
RadTabItem.LeftTemplateProperty
RadTabItem.RightTemplateProperty
RadTabItem.TopTemplateProperty
RadTabItem.BottomTemplateProperty
RadTabItem.DropDownContentProperty
RadTabItem.DropDownContentTemplateProperty
RadTabItem.DropDownContentTemplateSelectorProperty
RadTabItem.HeaderForegroundProperty
RadTabItem.IsDragDisabledProperty
RadTabItem.IRadTabItem.UpdateTabStripPlacement(Dock)
RadTabItem.IRadTabItem.SetTabOrientation(Orientation)
RadTabItem.OnSelected(RadRoutedEventArgs)
RadTabItem.OnUnselected(RadRoutedEventArgs)
RadTabItem.IRadTabItem.UpdateHeaderPresenterContent()
RadTabItem.UpdateTemplate()
RadTabItem.OnCreateAutomationPeer()
RadTabItem.OnMouseEnter(MouseEventArgs)
RadTabItem.OnMouseLeave(MouseEventArgs)
RadTabItem.OnHeaderChanged(Object, Object)
RadTabItem.OnLoaded(Object, RoutedEventArgs)
RadTabItem.OnContentChanged(Object, Object)
RadTabItem.MeasureOverride(Size)
RadTabItem.OnHeaderMouseLeftButtonDown(Object, MouseButtonEventArgs)
RadTabItem.OnHeaderMouseLeftButtonUp(Object, MouseButtonEventArgs)
RadTabItem.OnHeaderMouseEnter(Object, MouseEventArgs)
RadTabItem.OnHeaderMouseLeave(Object, MouseEventArgs)
RadTabItem.OnIsSelectedChanged(Boolean, Boolean)
RadTabItem.OnGotFocus(RoutedEventArgs)
RadTabItem.OnLostFocus(RoutedEventArgs)
RadTabItem.FindTemplateFromPosition(Dock)
RadTabItem.SetNavigationMode(KeyboardNavigationMode)
RadTabItem.TabStripPlacement
RadTabItem.TabOrientation
RadTabItem.IsSelected
RadTabItem.IsDragDisabled
RadTabItem.IsPinned
RadTabItem.PinButtonVisibility
RadTabItem.CloseButtonVisibility
RadTabItem.DropDownContent
RadTabItem.DropDownContentTemplate
RadTabItem.DropDownContentTemplateSelector
RadTabItem.HeaderForeground
RadTabItem.IRadTabItem.Control
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 RadRibbonBackstageItem class.

Declaration
public RadRibbonBackstageItem()

Fields

ClickEvent

Identifies the Click event.

Declaration
public static readonly RoutedEvent ClickEvent
Field Value
System.Windows.RoutedEvent

CloseOnClickProperty

Identifies the CloseOnClick property.

Declaration
public static readonly DependencyProperty CloseOnClickProperty
Field Value
System.Windows.DependencyProperty

CommandParameterProperty

Identifies the CommandParameter dependency property.

Declaration
public static readonly DependencyProperty CommandParameterProperty
Field Value
System.Windows.DependencyProperty

CommandProperty

Identifies the Command dependency property.

Declaration
public static readonly DependencyProperty CommandProperty
Field Value
System.Windows.DependencyProperty

CommandTargetProperty

Identifies the CommandTarget dependency property.

Declaration
public static readonly DependencyProperty CommandTargetProperty
Field Value
System.Windows.DependencyProperty

IconProperty

Identifies the Icon property.

Declaration
public static readonly DependencyProperty IconProperty
Field Value
System.Windows.DependencyProperty

IsDefaultProperty

Identifies the IsDefault property.

Declaration
public static readonly DependencyProperty IsDefaultProperty
Field Value
System.Windows.DependencyProperty

IsGroupSeparatorProperty

Identifies the IsGroupSeparator property.

Declaration
public static readonly DependencyProperty IsGroupSeparatorProperty
Field Value
System.Windows.DependencyProperty

IsSelectableProperty

Identifies the IsSelectable property.

Declaration
public static readonly DependencyProperty IsSelectableProperty
Field Value
System.Windows.DependencyProperty

Properties

BottomTemplate

This property does not apply to BackstageItem.

Declaration
public override ControlTemplate BottomTemplate { get; set; }
Property Value
System.Windows.Controls.ControlTemplate

Overrides
RadTabItem.BottomTemplate

CloseOnClick

Gets or sets if parent backstage should close on click of the item.

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

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.Windows.Input.ICommand

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.Object

CommandTarget

The object that the command is being executed on.

Declaration
public UIElement CommandTarget { get; set; }
Property Value
System.Windows.UIElement

Icon

Gets or sets the image source.

Declaration
public ImageSource Icon { get; set; }
Property Value
System.Windows.Media.ImageSource

IsBreak

This property does not apply to BackstageItem.

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

Overrides
RadTabItem.IsBreak

IsDefault

Gets or sets if the item should be default.

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

IsGroupSeparator

Gets or sets if the item should be group separator.

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

IsSelectable

Gets or sets if the item should be selectable.

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

LeftTemplate

This property does not apply to BackstageItem.

Declaration
public override ControlTemplate LeftTemplate { get; set; }
Property Value
System.Windows.Controls.ControlTemplate

Overrides
RadTabItem.LeftTemplate

RightTemplate

This property does not apply to BackstageItem.

Declaration
public override ControlTemplate RightTemplate { get; set; }
Property Value
System.Windows.Controls.ControlTemplate

Overrides
RadTabItem.RightTemplate

TopTemplate

This property does not apply to BackstageItem.

Declaration
public override ControlTemplate TopTemplate { get; set; }
Property Value
System.Windows.Controls.ControlTemplate

Overrides
RadTabItem.TopTemplate

Methods

ChangeVisualState(Boolean)

Updates the visual state of the control.

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

Indicates whether transitions should be used.

Overrides
RadTabItem.ChangeVisualState(Boolean)

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.

Declaration
public override void OnApplyTemplate()
Overrides
RadTabItem.OnApplyTemplate()

OnInitialized(EventArgs)

Called when the control has been initialized.

Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs e

Overrides
RadTabItem.OnInitialized(EventArgs)

OnKeyDown(KeyEventArgs)

Called before the System.Windows.UIElement.KeyDown event occurs.

Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs e

The data for the event.

Overrides
RadTabItem.OnKeyDown(KeyEventArgs)

Events

Click

Gets or sets the click event.

Declaration
public event RoutedEventHandler Click
Event Type
System.Windows.RoutedEventHandler

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
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.