Back to Devexpress

RibbonControl.Text Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-3f095272.md

latest1.3 KB
Original Source

RibbonControl.Text Property

This member overrides the Text property.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override string Text { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property Text As String

Property Value

TypeDescription
String

Always the System.String.Empty value.

|

See Also

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace