net472_PropertyGridHelpers.Controls_ItemWrapper 1_ItemWrapper - dparvin/PropertyGridHelpers GitHub Wiki
Initializes a new instance of the ItemWrapper
class.
public ItemWrapper(string displayText, T value)
parameter | description |
---|---|
displayText | The text shown to the user. |
value | The backing value represented by this item. |
- class ItemWrapper<T>
- namespace PropertyGridHelpers.Controls
- assembly PropertyGridHelpers