Skip to main content
A newer version of this page is available. .

RibbonControl.ApplicationButtonText Property

Gets or sets the Application Button‘s text.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

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