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: 8.2.23
Syntax
C#
protected virtual FormEngineUserControl UnderlyingFormControl { get; }

Property Value

Type: FormEngineUserControl
See Also