FMX.Grid.Style.TStyledGrid.RowHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowHeight: Integer read GetRowHeight;

C++

__property int RowHeight = {read=GetRowHeight, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Grid.Style.pas
FMX.Grid.Style.hpp
FMX.Grid.Style TStyledGrid

Description

Height of each row of the grid.

See Also