RibbonPageCategory.Text Property
Gets or sets the text displayed within the category’s caption.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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