Skip to main content

ResourceNavigator.ShowToolTips Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[DefaultValue(true)]
public bool ShowToolTips { get; set; }

Property Value

Type Default Description
Boolean true

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 true, so the data navigator displays 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