Classes

  ClassDescription
Public classC1ComboBox
Represents the C1ComboBox control.
Public classC1ComboBoxBindColumn
Represents C1ComboBox data bind column.
Public classC1ComboBoxColumn
C1ComboColumnBase class.
Public classC1ComboBoxControlBase
This class inherits from WebControl and hides useless properties.
Public classC1ComboBoxEventArgs
Contains event data for SelectedIndexChanged event and TextChanged event.
Public classC1ComboBoxItem
Represents an item in the C1ComboBox drop-down list.
Public classC1ComboBoxItemCollection
Represents a collection of C1ComboBoxItem objects.
Public classC1ComboBoxItemEventArgs
Contains event data for data binding events. Such as BoundItemCreated event and ItemDataBinding event.
Public classC1ComboBoxItemsRequestedEventArgs
Contains event data for ItemsRequested event.
Public classC1ComboBoxSerializer
Represents C1ComboBoxSerializer which will serialize C1ComboBox.
Public classC1ComboCell
C1ComboCell class.
Public classC1ComboCellCollection
Represents C1ComboCell collection.
Public classC1ComboColumnCollection
Represents C1ComboColumn collection.

Delegates

  DelegateDescription
Public delegateC1ComboBoxEventHandler
Represents the method that will handle SelectedIndexChanged event.
Public delegateC1ComboBoxItemEventHandler
Represents the method that will handle an data binding events of C1ComboBox. Such as BoundItemCreated event and ItemDataBinding event.
Public delegateC1ComboBoxItemsRequestedHandler
Represents the method that will handle ItemsRequested event.

Enumerations

  EnumerationDescription
Public enumerationC1ComboBoxSelectionMode
Represents selection modes available.
Public enumerationFilterSetting
Represents filtering options available.
Public enumerationPositioningMode
Determines the position of the drop-down list when it opens or pops up.
Public enumerationSortType
Determines whether the items in the C1ComboBoxItems list appear in ascending or descending order.
Public enumerationTriggerPosition
Determines whether the trigger button, or drop-down arrow, appears on the left or right of the C1ComboBox.