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

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

Property Value

Type: Object

Implements

IFormControlValue
See Also