[]
Represents an object that defines a value/display value pair.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ValueItem
| Name | Description |
|---|---|
| ValueItem() | Initializes a new instance of the ValueItem class. |
| ValueItem(string, object) | Initializes a new instance of the ValueItem class. |
| Name | Description |
|---|---|
| DisplayValue | Gets or sets the display value of this item. |
| ImgIdx | |
| Value | Gets or sets the raw (untranslated) value of this item. |
| dispVal |
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |