TouchListSelectedValue Property
Gets or sets the actually selected item by its value of its ValueMember property.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public Object SelectedValue { get; set; }
Public Property SelectedValue As Object
Get
Set
Property Value
Object
Use sparingly, as the algorithm has O(N) complexity, where N being the amount of rows
in TouchList.