Back to Devexpress

RibbonControl.GroupCaptionTextStyle Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-81ac6e6c.md

latest1.4 KB
Original Source

RibbonControl.GroupCaptionTextStyle Property

Gets or sets the style applied to captions (RibbonPageGroup.Caption) of Ribbon groups. This is a dependency property.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
[Browsable(false)]
public Style GroupCaptionTextStyle { get; set; }
vb
<Browsable(False)>
Public Property GroupCaptionTextStyle As Style

Property Value

TypeDescription
Style

A Style object applied to Ribbon groups’ captions.

|

Remarks

Target Type : System.Windows.Controls.ContentControl

To learn about styles, see Styling and Templating in MSDN.

See Also

Caption

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace