AdapterSettingValues Property | |
Gets or sets the list of values to be displayed if the control type is set to dropdown.
Namespace:
PSI.Sox.Adapter
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public List<string> Values { get; set; }
Property Value
Type:
ListStringSee Also