Share via


ComboBox.IsTextSearchEnabledProperty Property

Definition

Identifies the IsTextSearchEnabled dependency property.

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

Property Value

The identifier for the IsTextSearchEnabled dependency property.

Applies to