Vcl.WinXCalendars.TCalendarCellItemsViewInfo.CellHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CellHeight: Integer read FCellHeight;

C++

__property int CellHeight = {read=FCellHeight, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarCellItemsViewInfo

Description

Specifies the height of the TCalendarView cells in pixels.

Read CellHeight to specify the size of each cell in TCalendarView.

See Also