TouchListSelectedValue Property

Gets or sets the actually selected item by its value of its ValueMember property.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public Object SelectedValue { get; set; }

Property Value

Object

Remarks

Use sparingly, as the algorithm has O(N) complexity, where N being the amount of rows in TouchList.

See Also