Selector.SelectedValueProperty Property

Definition

Gets the identifier for the SelectedValue dependency property.

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

Property Value

The identifier for the SelectedValue dependency property.

Applies to