Click or drag to resize
FormEngineUserControlEventArgsValue Property
Gets or sets the value of a form control.

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

Property Value

Type: Object
The value
See Also