Click or drag to resize

RadioButtonListTextBinding Property

Note: This API is now obsolete.

Gets or sets the binding to get the text for each radio button.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.1: Use ItemTextBinding instead")]
public IIndirectBinding<string> TextBinding { get; set; }

Property Value

Type: IIndirectBindingString
The text binding.
Remarks
By default, this will bind to a "Text" property, or Text when implemented.
See Also