Click or drag to resize

IComponentContentUnitComponentElement Property


Gets/sets the Component Element this Content Unit holds

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IComponentElement ComponentElement { get; set; }

Property Value

Type: IComponentElement
Remarks
Calling the setter for this property is the same as caling the setter for Element property
See Also