DockPanelCollection Class
In This Article
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
#Related API Members
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