Click or drag to resize

PropertyCellTypeBooleanItemThreeStateBinding Property

Gets or sets a binding to indicate that the check box should allow three state (null).

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IndirectBinding<bool> ItemThreeStateBinding { get; set; }

Property Value

Type: IndirectBindingBoolean
See Also