RibbonControl.ApplicationButtonText Property
Gets or sets the Application Button‘s text.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue("")]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public string ApplicationButtonText { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string value that species the text to be displayed in the Application Button. |
Remarks
Application Button text cannot be shown in Office 2007 and Tablet Office styles. If the Application Button has both text and icon (the RibbonControl.ApplicationButtonImageOptions property), the Button shows only its text.
You cannot use HTML Text Formatting to format the Button text even if the RibbonControl.AllowHtmlText setting is enabled.
See Also