| C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : ComboItemMode Enumeration |
'Declaration Public Enum ComboItemMode Inherits System.Enum
public enum ComboItemMode : System.Enum
| Member | Description |
|---|---|
| Default | C1ComboBox displays text of combo box item in the drop drown list. |
| Html | Each combo box item is fragment of HTML. C1ComboBox parses the HTML fragment and displays it as the drop down items. |
| HtmlPattern | Each combo box item is fragment of HTML defined by C1ComboBox.HtmlPattern property. C1ComboBox parses the HTML pattern and replaces any of "{FieldName}" entires with the combo box item field value. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Input.ComboItemMode