NavigationView.AutoSuggestBoxProperty Property

Definition

Identifies the AutoSuggestBox dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.NavigationView.AutoSuggestBoxProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 static property DependencyProperty ^ AutoSuggestBoxProperty { DependencyProperty ^ get(); };
static DependencyProperty AutoSuggestBoxProperty();
public static DependencyProperty AutoSuggestBoxProperty { get; }
var dependencyProperty = NavigationView.autoSuggestBoxProperty;
Public Shared ReadOnly Property AutoSuggestBoxProperty As DependencyProperty

Property Value

The identifier for the AutoSuggestBox dependency property.

Applies to