DevZest WPF Docking
DockPaneCountOfVisibleItems Property |
Gets the number of visible DockItem objects. This is a dependency property.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public int CountOfVisibleItems { get; }
Public ReadOnly Property CountOfVisibleItems As Integer Get
Property Value
Type: Int32The number of visible DockItem objects.
See Also