CheckBoxListSelectedValues Property |
Gets or sets the selected value, which is the
ListItem or object in your custom data store.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public IEnumerable<Object> SelectedValues { get; set; }
Public Property SelectedValues As IEnumerable(Of Object)
Get
Set
member SelectedValues : IEnumerable<Object> with get, set
Property Value
Type:
IEnumerableObjectThe selected value.
See Also