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

NavigatorBase.ShowToolTips Property

Gets or sets a value which specifies whether the navigator can display hints.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(false)]
public override bool ShowToolTips { get; set; }

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