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.v24.2.dll

Declaration

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

Property Value

Type Description
Boolean

Always true.

See Also