Click or drag to resize
PropertySpecificationValueList Property
Gets or sets the values list to use for properties which have to have their value picked from a pre-fabricated list. To use a ValueList, specify a string-typed property and use the PropertySpecificationValuesListTypeConverter as type converter.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public List<string> ValueList { get; set; }

Property Value

Type: ListString
See Also