Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RibbonControl.ApplicationButtonText Property

Gets or sets the Application Button‘s text.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.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