RibbonPageGroup.Caption Property
In This Article
Gets or sets the text displayed within the group. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
String | A string which specifies the text displayed within the group. |
#Remarks
Use this property to specify the text that is displayed within the group.
To apply a style to paint the caption in a custom manner, use RibbonControl.GroupCaptionTextStyle.
See Also