Click or drag to resize

CheckBoxListItemTextBinding Property

Gets or sets the binding to get the text for each check box.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IIndirectBinding<string> ItemTextBinding { 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