net90_PropertyGridHelpers.Controls_ItemWrapper 1_ItemWrapper - dparvin/PropertyGridHelpers GitHub Wiki
Represents a strongly-typed wrapper for a ComboBox item, associating custom display text with an underlying value.
public ItemWrapper(string displayText, T value)
parameter | description |
---|---|
T | The type of the value associated with this ComboBox item. |
displayText | The text shown to the user. |
value | The backing value represented by this item. |
- class ItemWrapper<T>
- namespace PropertyGridHelpers.Controls
- assembly PropertyGridHelpers