Click or drag to resize
FormEngineUserControlUnderlyingFormControl Property
Underlying form control, if provided, the form control automatically redirects all properties to that control

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected virtual FormEngineUserControl UnderlyingFormControl { get; }

Property Value

Type: FormEngineUserControl
See Also