API:Vcl.WinXCalendars.TCalendarView.DisplayMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisplayMode;

C++

__property DisplayMode = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarView

Description

Indicates the initial display mode.

Vcl.WinXCalendars.TCalendarView.DisplayMode inherits from Vcl.WinXCalendars.TCustomCalendarView.DisplayMode. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarView.DisplayMode.

Indicates the initial display mode.

DisplayMode is an enumerated property with the following values:

  • Month
  • Year
  • Decade

This property indicates the initial display mode and shows the current display mode when a user interacts with the control. To change the display mode, you can reset the DisplayMode property programmatically.

See Also