FloatingWindow.CountOfVisiblePanes Property

DevZest WPF Docking

FloatingWindowCountOfVisiblePanes Property
Gets the number of visible DockPane objects contained by this FloatingWindow. 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 CountOfVisiblePanes { get; }
Public ReadOnly Property CountOfVisiblePanes As Integer
	Get

Property Value

Type: Int32
The number of visible DockPane objects contained by this FloatingWindow.
See Also