Selector.SelectedValuePath Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the property path that is used to get the SelectedValue property of the SelectedItem property.
public:
property Platform::String ^ SelectedValuePath { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SelectedValuePath();
void SelectedValuePath(winrt::hstring value);
C#
public string SelectedValuePath { get; set; }
var string = selector.selectedValuePath;
selector.selectedValuePath = string;
Public Property SelectedValuePath As String
XAML
<selector SelectedValuePath="propertyPath"/>
The property path that is used to get the SelectedValue property of the SelectedItem property. The default is String.Empty.
Toode | Versioonid |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |