Back to Devexpress

RibbonStatusBar.Text Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonstatusbar-f78080cb.md

latest1.2 KB
Original Source

RibbonStatusBar.Text Property

Gets or sets the control’s text.

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

RibbonStatusBar Class

RibbonStatusBar Members

DevExpress.XtraBars.Ribbon Namespace