Property HasParent
HasParent
Indicates wheter the object has parent or it is on the highest level.
Declaration
public bool HasParent { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
Object can have a parent if it is a component of some other object or if it is included in some group (then object representing this group will be the parent).