[]
Represents a multicolumn drop-down list box, supports seaching, filtering, sorting, data binding and themes.
[ToolboxBitmap(typeof(C1MultiColumnCombo), "C1MultiColumnCombo.png")]
public class C1MultiColumnCombo : C1DropDownControlBase, ISupportSorting, ISupportUnboundMode, IDropDownControlBase, IInputEditor, IEmbeddedEditor
| Name | Description |
|---|---|
| C1MultiColumnCombo() | Initializes a new instance of the C1MultiColumnCombo class. |
| Name | Description |
|---|---|
| AddItemSeparator | Gets or sets a value that determines the separation string for columns for unbound mode. |
| AllowSearching | |
| AllowSorting | Gets or sets a value that indicates whether the user is allowed to sort columns using the mouse. |
| AutoFiltering | |
| AutoGenerateColumns | |
| Columns | |
| CustomView | |
| DataMember | |
| DataSource | |
| DefaultColumnWidth | |
| DisplayMember | |
| DropDownHeight | |
| DropDownView | |
| DropDownWidth | |
| ExtendLastColumn | |
| GroupDescriptions | |
| HeaderHeight | |
| ItemHeight | |
| ItemsCount | |
| MaxDropDownItems | |
| MaxLength | |
| Placeholder | |
| ReadOnly | |
| RowTracking | |
| SelectedIndex | |
| SelectedText | |
| SelectedValue | |
| SelectionLength | |
| SelectionStart | |
| ShowColumnHeaders | |
| Styles | Gets or sets the C1MultiColumnCombo styles. |
| Text | |
| TextAlign | |
| ValueMember | |
| VerticalAlign |
| Name | Description |
|---|---|
| DataBindingComplete | |
| DropDownViewChanged | |
| ReadOnlyChanged | Occurs when the value of the ReadOnly property has changed. |
| SelectedIndexChanged | |
| SelectedValueChanged | |
| Sorted | Occurs when the view was sorted. |
| TextAlignChanged | Occurs when the value of the TextAlign property has changed. |
| VerticalAlignChanged | Occurs when the value of the VerticalAlign property has changed. |