Click or drag to resize

IGroupElementEnclosed Property


Gets and sets whether the rendering of the group element at runtime or preview will be wrapped in a wrapper element.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool Enclosed { get; set; }

Property Value

Type: Boolean
Remarks
This is new to CMS 9.0. Previous versions remove the Group element during expansion.
Examples
XML
<Group Name="SEOGroup">
  .......
</Group>
![
See Also