Gets a number of all visible child Rows on all hierarchical levels that are directly or indirectly attached to this Row.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public int TotalCount { get; }
Visual Basic
Public ReadOnly Property TotalCount As Integer
	Get
Visual C++
public:
property int TotalCount {
	int get ();
}
F#
member TotalCount : int with get

Property Value

Type: Int32
The total visible children count.

See Also