Class: TEgColumn
property CheckKind: TCheckKinds stored <overridden>;
Column-level override of TEgDBGridEx.CheckKind
- selects the glyph drawn for this column’s checked checkbox cells: a
filled square (ckSquare), a cross (ckCross),
or a check mark (ckCheck). Has no effect when CheckBoxes is
False. See TCheckKinds. Left
untouched, the column follows the grid-wide value live; setting it here
adds ecvCheckKind to AssignedValues
and this column’s own value is used from then on, independent of the
grid, until RestoreDefaults
clears it.