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

DockLayoutManager.AutoHideGroupsCheckInterval Property

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

Declaration

public TimeSpan AutoHideGroupsCheckInterval { get; set; }

Property Value

Type
TimeSpan
See Also