Returns the parent of this group. Typically this will be a Component.
# Get the value of the property.propertyValue = propertyGroup_var.parent
#include <Core/Application/PropertyGroup.h>// Get the value of the property.Ptr<Base> propertyValue = propertyGroup_var->parent();