Selector.SelectedValuePathProperty Property

Definition

Gets the identifier for the SelectedValuePath dependency property.

public:
 static property DependencyProperty ^ SelectedValuePathProperty { DependencyProperty ^ get(); };
static DependencyProperty SelectedValuePathProperty();
public static DependencyProperty SelectedValuePathProperty { get; }
var dependencyProperty = Selector.selectedValuePathProperty;
Public Shared ReadOnly Property SelectedValuePathProperty As DependencyProperty

Property Value

The identifier for the SelectedValuePath dependency property.

Applies to