Skip to main content

AlertButton.Hint Property

Gets or sets the button’s hint.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue("")]
[DXCategory("Appearance")]
public string Hint { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies the button’s hint.

Remarks

To disable tooltips, use the AlertControl.ShowToolTips property.

See Also