Gets a value indicating whether an object or a collection of objects returned by the field should be added to the grid as children of the current data object

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

Syntax

C#
bool IsHierarchical { get; }
Visual Basic
ReadOnly Property IsHierarchical As Boolean
	Get
Visual C++
property bool IsHierarchical {
	bool get ();
}
F#
abstract IsHierarchical : bool with get

Property Value

Type: Boolean
true if the an object or a collection of objects returned by the field should be added to the grid as children of the current data object; otherwise, false.

See Also