TNxCheckBoxColumn6
Column that shows checkboxes (or custom icons) inside its cells. User can toggle checkboxes by using a mouse or keyboard.
This column stores values inside it's cells as booleans.
Properties
Name | Description |
---|---|
Images | Images to be used instead of standard checkbox buttons. |
CheckedImageIndex | Index of an image to represent checked state. |
UncheckedImageIndex | Index of an image to represent unchecked state. |
Events
Name | Description |
---|---|
OnCheckedChanged | Event called after the value of underlying cell is changed by an user. |