FMX.Grid.TGrid.DefaultDrawing

From RAD Studio API Documentation

Delphi

property DefaultDrawing;

C++

__property DefaultDrawing = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGrid

Description

Determines whether cells are drawn using the default drawing method (True) or using a user-defined drawing method (False). FMX.Grid.TGrid.DefaultDrawing inherits from FMX.Grid.TCustomGrid.DefaultDrawing. All content below this line refers to FMX.Grid.TCustomGrid.DefaultDrawing.

Determines whether cells are drawn using the default drawing method (True) or using a user-defined drawing method (False).