Click or drag to resize
ReadOnlyFormEngineUserControlValue Property
Gets or sets field value. You need to override this method to make the control work properly with the form.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public override Object Value { get; set; }

Property Value

Type: Object

Implements

IFormControlValue
See Also