TdxGanttControlSheetOptions.RowHeight Property
In This Article
Specifies a row height, in pixels.
#Declaration
Delphi
property RowHeight: Integer read; write; default 0;
#Property Value
Type | Default |
---|---|
Integer | 0 |
#Remarks
The RowHeight
property’s default value is declared in the DefaultRowHeight
protected constant.
See Also