Gets or sets time interval with which the DockLayoutManager checks whether it should close the opened auto-hide panel. This is a dependency property.
Namespace:DevExpress.Xpf.Docking
Assembly:DevExpress.Xpf.Docking.v19.2.dll

Syntax
C# |
public TimeSpan AutoHideGroupsCheckInterval { get; set; }
|
VB |
Public Property AutoHideGroupsCheckInterval As TimeSpan
|
Property value
Type: TimeSpan

See Also