Class EnumComboBoxItem
Represents an item in the EnumComboBox
public class EnumComboBoxItem
- Inheritance
-
objectEnumComboBoxItem
Constructors
EnumComboBoxItem(Enum, string)
Creates a new instance of the EnumComboBoxItem class.
public EnumComboBoxItem(Enum value, string description)
Parameters
Properties
Description
Gets or sets the description of the item
public string Description { get; set; }
Property Value
Value
Gets or sets the value of the item
public Enum Value { get; set; }