Returns ``True`` if the specified ``property`` key is normally associated with the parent
QgsLayoutMultiFrame object instead of a child QgsLayoutFrame object.
While some properties like QgsLayoutObject.DataDefinedProperty.PositionX and QgsLayoutObject.DataDefinedProperty.ItemWidth
are typically associated with a direct QgsLayoutItem subclass (including QgsLayoutFrame objects), other properties
are instead associated with a QgsLayoutMultiFrame object (such as QgsLayoutObject.DataDefinedProperty.SourceUrl or QgsLayoutObject.DataDefinedProperty.AttributeTableSourceLayer).
* Returns TRUE if the specified \a property key is normally associated with the parent
* QgsLayoutMultiFrame object instead of a child QgsLayoutFrame object.
*
* While some properties like QgsLayoutObject::DataDefinedProperty::PositionX and QgsLayoutObject::DataDefinedProperty::ItemWidth
* are typically associated with a direct QgsLayoutItem subclass (including QgsLayoutFrame objects), other properties
* are instead associated with a QgsLayoutMultiFrame object (such as QgsLayoutObject::DataDefinedProperty::SourceUrl or QgsLayoutObject::DataDefinedProperty::AttributeTableSourceLayer).