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.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool AllowHotTrack { get; set; }

Property Value

Type Description
Boolean

Always true.

See Also