Share via


ComboBox.IsEditableProperty Property

Definition

Identifies the IsEditable dependency property.

public:
 static property DependencyProperty ^ IsEditableProperty { DependencyProperty ^ get(); };
static DependencyProperty IsEditableProperty();
public static DependencyProperty IsEditableProperty { get; }
var dependencyProperty = ComboBox.isEditableProperty;
Public Shared ReadOnly Property IsEditableProperty As DependencyProperty

Property Value

The identifier for the IsEditable dependency property.

Applies to