C1.Web.Wijmo.Controls.4 Assembly : C1.Web.Wijmo.Controls.C1ComboBox Namespace |
Class | Description | |
---|---|---|
![]() | C1ComboBox | Represents a ComboBox in an ASP.NET Web page. |
![]() | C1ComboBoxCallbackEventArgs | Contains event data for C1ComboBox.CallbackDataBind event. |
![]() | C1ComboBoxColumn | Represents a combobox column in the C1ComboBox control. |
![]() | C1ComboBoxEventArgs | Contains event data for C1ComboBox.SelectedIndexChanged event and C1ComboBox.TextChanged event. |
![]() | C1ComboBoxItem | Represents a combobox items in the C1ComboBox control. |
![]() | C1ComboBoxItemCollection | Represents a collection of C1ComboBoxItem objects. |
![]() | C1ComboBoxItemEventArgs | Contains event data for data binding events. Such as C1ComboBox.BoundItemCreated event and C1ComboBox.ItemDataBinding event. |
![]() | C1ComboBoxItemPopulateEventArgs | Contains event data for C1ComboBox.ItemPopulate event. |
![]() | C1ComboBoxSerializer | Represents C1ComboBoxSerializer which will serialize C1ComboBox. |
![]() | C1ComboBoxTemplateContainer | Template container for C1ComboBox. |
![]() | C1ComboColumnCollection | Represents C1ComboColumn collection. |
Delegate | Description | |
---|---|---|
![]() | C1ComboBoxCallbackEventHandler | Represents the method that will handle C1ComboBox.CallbackDataBind event. |
![]() | C1ComboBoxEventHandler | Represents the method that will handle C1ComboBox.SelectedIndexChanged event. |
![]() | C1ComboBoxItemEventHandler | Represents the method that will handle an data binding events of C1ComboBox. Such as C1ComboBox.BoundItemCreated event and C1ComboBox.ItemDataBinding event. |
![]() | C1ComboBoxItemPopulateEventHandler | Represents the method that will handle C1ComboBox.ItemPopulate event. |
Enumeration | Description | |
---|---|---|
![]() | CallbackDataPopulate | Specifies the means of populating items for combobox at Callback mode. |
![]() | TriggerPosition | Specifies the position of the drop-down list trigger |