DevZest WPF Docking
DockControlPanes Property |
Gets a collection of DockPane objects currently created.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public DockPaneCollection Panes { get; }
Public ReadOnly Property Panes As DockPaneCollection Get
Property Value
Type: DockPaneCollectionA collection of DockPane objects currently created, in order of activation (last active last).
See Also