DevZest WPF Docking
DockPaneVisibleItems Property |
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public DockItemCollection VisibleItems { get; }
Public ReadOnly Property VisibleItems As DockItemCollection Get
Property Value
Type: DockItemCollectionA collection of visible DockItem objects contained by this DockPane.
See Also