SearchBox.QueryTextProperty Property

Definition

Identifies the QueryText dependency property.

public:
 static property DependencyProperty ^ QueryTextProperty { DependencyProperty ^ get(); };
static DependencyProperty QueryTextProperty();
public static DependencyProperty QueryTextProperty { get; }
var dependencyProperty = SearchBox.queryTextProperty;
Public Shared ReadOnly Property QueryTextProperty As DependencyProperty

Property Value

The identifier for the QueryText dependency property.

Applies to