property Editor.PartialCheck as Boolean
Retrieves or sets a value that indicates whether the associated check box has two or three states.

TypeDescription
Boolean A boolean expression that indicates whether the associated check box has two or three states.

Use the PartialCheck property to allow three-states check boxes into the editor. Use the CellHasCheckBox property to define a check box for the cell. Use the CellState property to specify the cell's state. Use the PartialCheck property to allow partial check feature in a column.