A newer version of this page is available.
Switch to the current version.
AlertButton.Hint Property
Gets or sets the button's hint.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraEditors.v19.1.dll
Declaration
[DefaultValue("")]
[DXCategory("Appearance")]
public string Hint { get; set; }
<DefaultValue("")>
<DXCategory("Appearance")>
Public Property Hint As String
Property Value
Type | Default | Description |
---|---|---|
String | A string that specifies the button's hint. |
Remarks
To disable tooltips, use the AlertControl.ShowToolTips property.
See Also
Feedback