A newer version of this page is available.
Switch to the current version.
AppMenuFileLabel.Text Property
Gets or sets the label's text, that when displayed, follows the label's AppMenuFileLabel.Caption.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
[SettingsBindable(true)]
[DefaultValue("")]
[DXCategory("Appearance")]
public override string Text { get; set; }
<SettingsBindable(True)>
<DefaultValue("")>
<DXCategory("Appearance")>
Public Overrides Property Text As String
Property Value
Type | Default | Description |
---|---|---|
String | A string that specifies the label's text. |
Remarks
For a label, you can specify a caption, text and description via the AppMenuFileLabel.Caption, AppMenuFileLabel.Text and AppMenuFileLabel.Description properties, respectively. A label's AppMenuFileLabel.Text is displayed to the right of the label's caption. The label's description is displayed below the label's AppMenuFileLabel.Text.
See Also
Feedback