Gets a value indicating whether this Row at last one non-filtered child.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public bool HasNonFilteredChildren { get; }
Visual Basic
Public ReadOnly Property HasNonFilteredChildren As Boolean
	Get
Visual C++
public:
property bool HasNonFilteredChildren {
	bool get ();
}
F#
member HasNonFilteredChildren : bool with get

Property Value

Type: Boolean
true if this Row has at last one non-filtered child Row; otherwise, false.

Thread Safety

The function is thread safe.

See Also