Vcl.WinXCalendars.TCalendarCellItemsViewInfo.CellCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CellCount: Integer read GetCellCount;

C++

__property int CellCount = {read=GetCellCount, nodefault};

Properties

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

Description

Specifies how many elements the TCalendarView control contains on the grid.

See Also