Skip to main content
A newer version of this page is available. .

DockPanelCollection Class

Represents a dock panel collection.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public class DockPanelCollection :
    ChangedCollectionBase,
    IEnumerable<DockPanel>,
    IEnumerable

The following members return DockPanelCollection objects:

Remarks

The DockPanelCollection class manages a collection of DockPanel objects. Individual dock panels can be accessed using index notation via the DockPanelCollection.Item property.

For information on how to create and destroy dock panels, see the Creating and Destroying Dock Panels document.

Inheritance

Object
CollectionBase
DevExpress.XtraBars.Docking.ChangedCollectionBase
DockPanelCollection
See Also