[]
        
(Showing Draft Content)

C1.WPF.InputPanel.C1InputComboBox

C1InputComboBox Class

Displays and edits the enum type of data.

Namespace: C1.WPF.InputPanel
Assembly: C1.WPF.InputPanel.4.6.2.dll
Syntax
[TemplatePart(Name = "C1Content", Type = typeof(C1ComboBox))]
public class C1InputComboBox : C1InputBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
C1InputComboBox()

Initializes a new instance of a C1InputComboBox.

Fields

Name Description
EnumTypeProperty

Identifies the EnumType dependency property.

ItemsSourceProperty

Identifies the ItemsSource dependency property.

Properties

Name Description
EnumType

Gets or sets the enum type of ComboBox.

ItemsSource

Gets or sets the data source of ComboBox.

Methods

Name Description
OnApplyTemplate()

Builds the visual tree for the C1InputComboBox control when a new template is applied.