Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxColumn6 DrawingOptions

DrawingOptions

Specifies a set of layers to be painted (or skipped) while cell inside the column is painted.

DrawingOptions

pas
property DrawingOptions: TNxDrawingOptions read FDrawingOptions write SetDrawingOptions default [doBackground, doContent];

Every cell paints own background and content (doBackground and doContent options) by default.

If default drawing for content need to be replaced with custom drawing, doContent option should be set to False and doCustom should be then set to True.

Sign in