Click or drag to resize
StyleTriState Property
Gets or sets the tri-state property of the cell

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(false)]
public bool TriState { get; set; }

Property Value

Type: Boolean
true if a tri-state check box is displayed; if false, a normal check box is displayed.
See Also