Back to Devexpress

DockControllerBase.Hide Method

wpf-devexpress-dot-xpf-dot-docking-dot-dockcontrollerbase-dot-hide.md

latest1.1 KB
Original Source

DockControllerBase.Hide Method

NameParametersDescription
Hide(BaseLayoutItem, AutoHideGroup)item, targetEnables the auto-hide functionality for the item/panel and hides it within the specified AutoHideGroup group.
Hide(BaseLayoutItem, Dock)item, dockEnables the auto-hide functionality for the item/panel and hides it at the specified edge of the DockLayoutManager container.
Hide(BaseLayoutItem)itemEnables the auto-hide functionality for the item/panel and hides it at a corresponding edge of the DockLayoutManager container.