Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DockPanelCollection Class

Represents a dock panel collection.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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