net472_PropertyGridHelpers.Controls_ItemWrapper 1 - dparvin/PropertyGridHelpers GitHub Wiki
Represents a wrapper for items in a ComboBox that allows for custom display text and value.
public class ItemWrapper<T>
parameter | description |
---|---|
T | The type of the value associated with the ComboBox item. |
name | description |
---|---|
ItemWrapper(…) | Initializes a new instance of the ItemWrapper class. |
DisplayText { get; } | Gets the display text. |
Value { get; } | Gets the value. |
override ToString() | Converts to string. |
- namespace PropertyGridHelpers.Controls
- assembly PropertyGridHelpers
- ItemWrapper.cs