Share via


ValidatingSelectorValue<T>.SelectedValue Property

Definition

Gets the item within AvailableValues at the offset indicated by SelectedIndex or returns default(T) if the selection is empty.

public:
 property T SelectedValue { T get(); };
public:
 property T SelectedValue { T get(); };
public T SelectedValue { get; }
member this.SelectedValue : 'T
Public ReadOnly Property SelectedValue As T

Property Value

T

Applies to