Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BackstageItemBase.ActualTextStyle Property

Gets a style, applied to a backstage item’s caption. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

#Declaration

[Browsable(false)]
public Style ActualTextStyle { get; protected set; }

#Property Value

Type Description
Style

A Style object, applied to a backstage item’s caption.

#Remarks

The ActualTextStyle allows you to get a style that is currently applied to a backstage item’s caption.

To learn more about text styles adjustments see BackstageItemBase.ContentStyle, BackstageItemBase.HoverTextStyle, BackstageItemBase.NormalTextStyle and BackstageTabItem.SelectedTextStyle.

See Also