Vcl.WinXCalendars.TCalendarCellItemsViewInfo.DisplayMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisplayMode: TDisplayMode read FDisplayMode;

C++

__property TDisplayMode DisplayMode = {read=FDisplayMode, nodefault};

Properties

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

Description

Specifies the display mode.

DisplayMode is an enumerated property with the following values:

  • Month
  • Year
  • Decade

This property shows the current display mode when a user interacts with the control.

Note: To change the display mode, users can reset the DisplayMode property programmatically.

See Also