Gets whether the object has child objects.
Namespace:
Extreme.Data.R
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public virtual bool HasChildren { get; }
Public Overridable ReadOnly Property HasChildren As Boolean
Get
public:
virtual property bool HasChildren {
bool get ();
}
abstract HasChildren : bool with get
override HasChildren : bool with get
Property Value
Type:
BooleanImplements
IDataObjectTObjectHasChildren
Reference