Skip to main content

RibbonPageCategory.Text Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[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