Click or drag to resize
UniSelectorSpecialFields Property
Array with the special field values that should be added to the DropDownList selection, between the (none) item and the other items.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public virtual SpecialFieldsDefinition SpecialFields { get; set; }

Property Value

Type: SpecialFieldsDefinition
See Also