[]
Displays and edits the enum type of data.
[TemplatePart(Name = "C1Content", Type = typeof(C1ComboBox))]
public class C1InputComboBox : C1InputBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
| Name | Description |
|---|---|
| C1InputComboBox() | Initializes a new instance of a C1InputComboBox. |
| Name | Description |
|---|---|
| EnumTypeProperty | Identifies the EnumType dependency property. |
| ItemsSourceProperty | Identifies the ItemsSource dependency property. |
| Name | Description |
|---|---|
| EnumType | Gets or sets the enum type of ComboBox. |
| ItemsSource | Gets or sets the data source of ComboBox. |
| Name | Description |
|---|---|
| OnApplyTemplate() | Builds the visual tree for the C1InputComboBox control when a new template is applied. |