[]
        
(Showing Draft Content)

C1.Win.Input.ComboBoxItemMode

ComboBoxItemMode Enum

Specifies how the visual representation of combobox items is building.

Namespace: C1.Win.Input
Assembly: C1.Win.Input.8.dll
Syntax
public enum ComboBoxItemMode

Fields

Name Description
Default

C1ComboBox displays text and image 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 HtmlPattern property. C1ComboBox parses the HTML pattern and replaces any of "{FieldName}" entires with the combo box item field value.