net90_PropertyGridHelpers.Controls_ItemWrapper 1_ItemWrapper - dparvin/PropertyGridHelpers GitHub Wiki

ItemWrapper<T> constructor

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.

See Also

⚠️ **GitHub.com Fallback** ⚠️