Back to Devexpress

BackstageItemBase Class

wpf-devexpress-dot-xpf-dot-ribbon-4f50ba49.md

latest3.6 KB
Original Source

BackstageItemBase Class

A base for classes that represent backstage items.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public class BackstageItemBase :
    Control,
    IKeyTipNavigationElement,
    INavigationElement,
    IBarsNavigationSupport,
    IBarsNavigationCompatibility,
    IMultipleElementRegistratorSupport,
    IBarNameScopeSupport,
    IInputElement,
    IRibbonMergingSupport
vb
Public Class BackstageItemBase
    Inherits Control
    Implements IKeyTipNavigationElement,
               INavigationElement,
               IBarsNavigationSupport,
               IBarsNavigationCompatibility,
               IMultipleElementRegistratorSupport,
               IBarNameScopeSupport,
               IInputElement,
               IRibbonMergingSupport

Remarks

The BackstageItemBase is the base class for the following classes:

Customize a BackstageItemBase

PropertyDescription
ActualTextStyleGets the style applied to a backstage item’s caption.
BorderStyleGets or sets the style for backstage item borders.
ContentStyleGets or sets the style applied to the item’s contents.
HoverTextStyleGets or sets style settings for the item’s caption when the item is hovered over.
NormalTextStyleGets or sets the style for the item’s caption in the normal state.
MergeTypeGets or sets how backstage controls should merge this item.
PlacementGets or sets the backstage item’s postition.

Inheritance

Show 13 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control BackstageItemBase BackstageItem

BackstageSeparatorItem

BackstageButtonItem

BackstageItemWithImage

BackstageTabItem

See Also

BackstageItemBase Members

DevExpress.Xpf.Ribbon Namespace