Back to Devexpress

DockLayoutManager.AutoHideGroupsCheckInterval Property

wpf-devexpress-dot-xpf-dot-docking-dot-docklayoutmanager-19d51240.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public TimeSpan AutoHideGroupsCheckInterval { get; set; }
vb
Public Property AutoHideGroupsCheckInterval As TimeSpan

Property Value

Type
TimeSpan

See Also

DockLayoutManager Class

DockLayoutManager Members

DevExpress.Xpf.Docking Namespace