NextGrid6 Reference Classes TNxCheckBoxColumn6

TNxCheckBoxColumn6

TNxCheckBoxColumn6

Unit
NxColumns6.pas (Sources\Next Grid)

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

NameDescription
ImagesImages to be used instead of standard checkbox buttons.
CheckedImageIndexIndex of an image to represent checked state.
UncheckedImageIndexIndex of an image to represent unchecked state.

Events

NameDescription
OnCheckedChangedEvent called after the value of underlying cell is changed by an user.

Sign in