Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxIconColumn6 Button

Button

Specifies whether every cell will act as a button.

pas
property Button: Boolean read FButton write FButton default False;

Remarks

If Enabled property of particular cell is set to False, user will not be able to click on button for this particular cell.

If Enabled property of cell is set to False and content need to be hidden:

  • Set property Empty of same cell to True.
  • Set HideWhenEmpty property of column to True.

Sign in