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

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
protected virtual FormEngineUserControl UnderlyingFormControl { get; }

Property Value

Type: FormEngineUserControl
See Also