Skip to main content

SplitterItem.AllowHotTrack Property

Gets whether the layout item’s borders are highlighted when the mouse cursor hovers over the layout items

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override bool AllowHotTrack { get; set; }

Property Value

Type Description
Boolean

Always true.

See Also