Back to Devexpress

RibbonPageGroup.Text Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagegroup-2fc4924f.md

latest1.6 KB
Original Source

RibbonPageGroup.Text Property

Gets or sets the text displayed within the group.

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 which specifies the text displayed within the group.

|

Remarks

Use this property to specify the text that is displayed within the group. The following image demonstrates two groups whose Text properties are set to “File” and “Edit” respectively.

See Also

AllowTextClipping

ImageOptions

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.XtraBars.Ribbon Namespace