Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue("")]
[DXCategory("ToolTip")]
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 Also