BackstageItemBase Class
In This Article
A base for classes that represent backstage items.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public class BackstageItemBase :
Control,
IKeyTipNavigationElement,
INavigationElement,
IBarsNavigationSupport,
IBarsNavigationCompatibility,
IMultipleElementRegistratorSupport,
IBarNameScopeSupport,
IInputElement,
IRibbonMergingSupport
#Remarks
The BackstageItemBase is the base class for the following classes:
#Customize a BackstageItemBase
Property | Description |
---|---|
Actual |
Gets the style applied to a backstage item’s caption. |
Border |
Gets or sets the style for backstage item borders. |
Content |
Gets or sets the style applied to the item’s contents. |
Hover |
Gets or sets style settings for the item’s caption when the item is hovered over. |
Normal |
Gets or sets the style for the item’s caption in the normal state. |
Merge |
Gets or sets how backstage controls should merge this item. |
Placement | Gets or sets the backstage item’s postition. |
#Inheritance
See Also