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

AppMenuFileLabel.SelectedImageToolTipTitle Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string that specifies a regular tooltip’s title.

Remarks

The SelectedImageToolTipTitle property works together with the AppMenuFileLabel.SelectedImageToolTip property. See this link to learn more.

See Also