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

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

Property Value

Type: ITemplate
See Also