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

MoreButton.HotTracked Property

Gets whether the MoreButton changes in appearance when the mouse hovers over it.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public bool HotTracked { get; }

Property Value

Type Description
Boolean

True, to enable mouse-sensitive highlighting; otherwise, false.

See Also