Click or drag to resize
UniGridSetDropdownValue Method
Sets the DropDown value to the given value or default value if available

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected static void SetDropdownValue(
	string value,
	string defaultValue,
	CMSDropDownList dropDown
)

Parameters

value
Type: SystemString
Value to set
defaultValue
Type: SystemString
Default value
dropDown
Type: CMS.ExtendedControlsCMSDropDownList
DropDown to set
See Also