net472_PropertyGridHelpers.Controls_ItemWrapper 1 - dparvin/PropertyGridHelpers GitHub Wiki

ItemWrapper<T> class

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.

Public Members

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.

See Also

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