Vcl.DBCGrids.TDBCtrlGrid.PanelHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PanelHeight: Integer read FPanelHeight write SetPanelHeight default 72;

C++

__property int PanelHeight = {read=FPanelHeight, write=SetPanelHeight, default=72};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DbCGrids.pas
Vcl.DBCGrids.hpp
Vcl.DBCGrids TDBCtrlGrid

Description

Specifies the height (in pixels) of each panel.

Set PanelHeight to the desired size of each panel in the grid. When the PanelHeight property is set, the grid resizes itself to fit the new panel height.

See Also