Skip to main content

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public TimeSpan AutoHideGroupsCheckInterval { get; set; }

Property Value

Type
TimeSpan
See Also