RibbonPageCategory.Text Property
In This Article
Gets or sets the text displayed within the category’s caption.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.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