OnSetCell
Called before a cell inside the column is about to be edited. The event provides good opportunity for further customising column before actual editing is started.
pas
property OnSetCell: TNxSetCellProp read FOnSetCell write FOnSetCell;
Called before a cell inside the column is about to be edited. The event provides good opportunity for further customising column before actual editing is started.
property OnSetCell: TNxSetCellProp read FOnSetCell write FOnSetCell;