Class EnumComboBoxItem
Represents an item in the EnumComboBox
Namespace: Artemis.UI.Shared
Assembly: Artemis.UI.Shared.dll
Syntax
public class EnumComboBoxItem
Constructors
EnumComboBoxItem(Enum, string)
Creates a new instance of the EnumComboBoxItem class.
Declaration
public EnumComboBoxItem(Enum value, string description)
Parameters
Type | Name | Description |
---|---|---|
Enum | value | |
string | description |
Properties
Description
Gets or sets the description of the item
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Gets or sets the value of the item
Declaration
public Enum Value { get; set; }
Property Value
Type | Description |
---|---|
Enum |