Skip to main content
A newer version of this page is available. .

RibbonPageCategory.Text Property

Gets or sets the text displayed within the category’s caption.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[SmartTagProperty("Text", "Appearance", 0, SmartTagActionType.RefreshAfterExecute)]
[XtraSerializableProperty]
public virtual string Text { get; set; }

Property Value

Type Description
String

A string that specifies the text displayed within the category’s caption.

Remarks

The default category’s caption is never displayed. The Text property is in effect for custom categories.

See Also