DockLayoutManager.ClosedPanelsBarPosition Property
Gets or sets a Closed Panels bar's position. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Dock | A Dock enumerator value specifying a closed panels bar's position. |
#Remarks
Depending on the DockLayoutManager.ClosingBehavior and BaseLayoutItem.AllowClose properties, panels within a DockLayoutManager can be added to the closed panels collection upon closing. This collection is accessible via the DockLayoutManager.ClosedPanels property.
An end-user can restore a panel from the closed state via the Closed Panels bar, whose visibility is controlled by the DockLayoutManager.ClosedPanelsBarVisibility property. The bar displays buttons for every closed panel in the DockLayoutManager.ClosedPanels collection. This bar can be docked to any DockLayoutManager's side via the ClosedPanelsBarPosition property.