Version

SelectedValue Property

Gets or sets the value which indicates which item on the list is selected.
Syntax
'Declaration
 
Public Property SelectedValue As Object
public object SelectedValue {get; set;}
Remarks

When the user selects an item from the list, the SelectedValue is set to the Infragistics.Win.ValueListItem.DataValue of that Infragistics.Win.ValueListItem.

When the SelectValue changes, either by user action or in code, the UltraRadialMenu.ListToolSelectedValueChanged event will fire. To set the SelectedValue without firing the event, use the SetSelectedValue method and specify false for the 'fireEvents' parameter.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also