Table of Contents

Class EnumComboBoxItem

Namespace
Artemis.UI.Shared
Assembly
Artemis.UI.Shared.dll

Represents an item in the EnumComboBox

public class EnumComboBoxItem
Inheritance
object
EnumComboBoxItem

Constructors

EnumComboBoxItem(Enum, string)

Creates a new instance of the EnumComboBoxItem class.

public EnumComboBoxItem(Enum value, string description)

Parameters

value Enum
description string

Properties

Description

Gets or sets the description of the item

public string Description { get; set; }

Property Value

string

Value

Gets or sets the value of the item

public Enum Value { get; set; }

Property Value

Enum