Skip to main content

RibbonPageGroup.Caption Property

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

[XtraSerializableProperty]
public string Caption { get; set; }

#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