Click or drag to resize

RadioButtonListItems Property

Gets the item collection, when adding items programatically.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public ListItemCollection Items { get; }

Property Value

Type: ListItemCollection
The item collection.
Remarks
This is used when you want to add items manually. Use the DataStore when you have an existing collection you want to bind to directly.
See Also