Click or drag to resize

EnumRadioButtonListT Class

Radio button list based on an enumeration
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class EnumRadioButtonList<T> : RadioButtonList
where T : struct, new()

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.EnumRadioButtonList`1"]

The EnumRadioButtonListT type exposes the following members.

Constructors
  NameDescription
Public methodEnumRadioButtonListT
Initializes a new instance of the EnumRadioButtonListT class
Top
Properties
  NameDescription
Public propertyGetText
Gets or sets a delegate used to get the text value for each item.
Public propertySelectedValue
Gets or sets the currently selected enumeration value
Public propertySelectedValueBinding
Gets a binding to the SelectedValue property.
Public propertySortAlphabetically
Gets or sets a value indicating that the items in the list are sorted alphabetically, instead of by numerical value of the enumeration
Top
Methods
Events
  NameDescription
Public eventAddValue
Event to handle when a value of the enumeration is added to the combo box
Top
See Also