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; }
Public Property ItemToolTipBinding As IIndirectBinding(Of String)
Get
Set
member ItemToolTipBinding : IIndirectBinding<string> with get, set
Property Value
Type:
IIndirectBindingStringThe item tool tip binding.
See Also