Back to Devexpress

DockPanelCollection Class

windowsforms-devexpress-dot-xtrabars-dot-docking-bd157f9b.md

latest2.2 KB
Original Source

DockPanelCollection Class

Represents a dock panel collection.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class DockPanelCollection :
    ChangedCollectionBase,
    IEnumerable<DockPanel>,
    IEnumerable
vb
Public Class DockPanelCollection
    Inherits ChangedCollectionBase
    Implements IEnumerable(Of 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

DockPanelCollection Members

RootPanels

HiddenPanels

DevExpress.XtraBars.Docking Namespace