NavigatorBase.ShowToolTips Property
Gets or sets a value which specifies whether the navigator can display hints.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the navigator can display hints; otherwise false. |
Remarks
The ShowToolTips property indicates whether the navigator can display hints when the mouse pointer is over its buttons. By default, this property’s value is false. Set it to true so that the data navigator can display button hints.
Each navigation button has its own hint which is specified by the NavigatorButtonBase.Hint property. If this property is not specified, the default hint is shown instead.
See Also