Skip to main content

AppMenuFileLabel.ImageToolTipTitle Property

Gets or sets the title of a regular tooltip displayed for a check button when the button is in the unchecked state.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue("")]
[DXCategory("ToolTip")]
public virtual string ImageToolTipTitle { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies a regular tooltip’s title.

Remarks

You can assign a regular tooltip to a check button via the AppMenuFileLabel.ImageToolTip property. The ImageToolTipTitle property allows you to include a title into the tooltip.

To learn more about tooltips for check buttons, see AppMenuFileLabel.ImageToolTip.

See Also