Click or drag to resize

EnumCheckBoxListTSelectedValues Property

Gets or sets the currently selected enumeration value

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IEnumerable<T> SelectedValues { get; set; }

Property Value

Type: IEnumerableT
See Also