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

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public abstract Object Value { get; set; }

Property Value

Type: Object

Implements

IFormControlValue
See Also