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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool Enclosed { get; set; }Property Enclosed As Boolean
Get
Set
property bool Enclosed {
bool get ();
void set (bool value);
}abstract Enclosed : bool with get, set
Property Value
Boolean
RemarksThis is new to CMS 9.0. Previous versions remove the Group element during expansion.
Example<Group Name="SEOGroup">
.......
</Group>
![
See Also