Click or drag to resize
BasicFormLayoutTemplate Property
Layout template, if set, the given layout is used.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ITemplate LayoutTemplate { get; set; }

Property Value

Type: ITemplate
See Also