Click or drag to resize
FormEngineWebControlValue 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: 9.0.0
Syntax
C#
public abstract Object Value { get; set; }

Property Value

Type: Object

Implements

IFormControlValue
See Also