Back to Devexpress

RibbonPageCategory.Text Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagecategory-ac887f49.md

latest1.5 KB
Original Source

RibbonPageCategory.Text Property

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

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty]
public virtual string Text { get; set; }
vb
<XtraSerializableProperty>
Public Overridable Property Text As String

Property Value

TypeDescription
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

AllowDraggingByPageCategory

AutoStretchPageHeaders

RibbonPageCategory Class

RibbonPageCategory Members

DevExpress.XtraBars.Ribbon Namespace