Click or drag to resize

CheckBoxListItemToolTipBinding Property

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

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IIndirectBinding<string> ItemToolTipBinding { get; set; }

Property Value

Type: IIndirectBindingString
The item tool tip binding.
See Also