Classes
| Class | Description | |
|---|---|---|
| C1ComboBox |
Represents the C1ComboBox control.
| |
| C1ComboBoxBindColumn |
Represents C1ComboBox data bind column.
| |
| C1ComboBoxColumn |
C1ComboColumnBase class.
| |
| C1ComboBoxControlBase |
This class inherits from WebControl and hides useless properties.
| |
| C1ComboBoxEventArgs |
Contains event data for SelectedIndexChanged event and TextChanged event.
| |
| C1ComboBoxItem |
Represents an item in the C1ComboBox drop-down list.
| |
| C1ComboBoxItemCollection |
Represents a collection of C1ComboBoxItem objects.
| |
| C1ComboBoxItemEventArgs |
Contains event data for data binding events.
Such as BoundItemCreated event and ItemDataBinding event.
| |
| C1ComboBoxItemsRequestedEventArgs |
Contains event data for ItemsRequested event.
| |
| C1ComboBoxSerializer |
Represents C1ComboBoxSerializer which will serialize C1ComboBox.
| |
| C1ComboCell |
C1ComboCell class.
| |
| C1ComboCellCollection |
Represents C1ComboCell collection.
| |
| C1ComboColumnCollection |
Represents C1ComboColumn collection.
|
Delegates
| Delegate | Description | |
|---|---|---|
| C1ComboBoxEventHandler |
Represents the method that will handle SelectedIndexChanged event.
| |
| C1ComboBoxItemEventHandler |
Represents the method that will handle an data binding events of C1ComboBox.
Such as BoundItemCreated event and ItemDataBinding event.
| |
| C1ComboBoxItemsRequestedHandler |
Represents the method that will handle ItemsRequested event.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| C1ComboBoxSelectionMode |
Represents selection modes available.
| |
| FilterSetting |
Represents filtering options available.
| |
| PositioningMode |
Determines the position of the drop-down list when it opens or pops up.
| |
| SortType |
Determines whether the items in the C1ComboBoxItems list appear in ascending or descending order.
| |
| TriggerPosition |
Determines whether the trigger button, or drop-down arrow, appears on the left or right of the C1ComboBox.
|