SelectedValue Property (GcListBox)
In This Topic
Gets or sets the value of the selected item, obtained by using the
SelectedValuePath. This is a dependency property.
Syntax
Property Value
The value of the selected item, obtained by using the
SelectedValuePath, or a null reference (
Nothing in Visual Basic) if no item is selected. The default value is a null reference (
Nothing in Visual Basic).
Example
The following code example demonstrates how to use
SelectedValue and
SelectedValuePath property.
See Also