Back to Devexpress

IDockController.Hide Method

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

latest1.0 KB
Original Source

IDockController.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 mode for the item/panel and hides it at a corresponding edge of the DockLayoutManager container.