Group.Parent Property
Gets the Group that is the parent of the current Group.
Syntax
public Group Parent { get; }
Property Value
The parent of the current group or a null reference if it has no parent.
Platforms
Windows, Linux, Android
Gets the Group that is the parent of the current Group.
If the instance that this property is a member of is part of a Feature that has been inserted into a MemoryDataSet then you must use the Guard class to lock the dataset that the Feature belongs to before you access this property.
More information about thread safety of objects in a dataset can be found in Threading Model, datasets and features.
public Group Parent { get; }
Windows, Linux, Android
In this article
Gets the Group that is the parent of the current Group.
If the instance that this property is a member of is part of a Feature that has been inserted into a MemoryDataSet then you must use the Guard class to lock the dataset that the Feature belongs to before you access this property.
More information about thread safety of objects in a dataset can be found in Threading Model, datasets and features.
public:
GroupPtr parent ( ) const;
Windows, Linux, Android
In this article
Gets the Group that is the parent of the current Group.
If the instance that this property is a member of is part of a Feature that has been inserted into a MemoryDataSet then you must use the Guard class to lock the dataset that the Feature belongs to before you access this property.
More information about thread safety of objects in a dataset can be found in Threading Model, datasets and features.
public final Group getParent ( )
Windows, Linux, Android
In this article
Gets the Group that is the parent of the current Group.
If the instance that this property is a member of is part of a Feature that has been inserted into a MemoryDataSet then you must use the Guard class to lock the dataset that the Feature belongs to before you access this property.
More information about thread safety of objects in a dataset can be found in Threading Model, datasets and features.
parent
Windows, Linux, Android
In this article