Vcl.WinXCalendars.TCustomCalendarView.DisplayMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisplayMode: TDisplayMode read FDisplayMode write SetDisplayMode default TDisplayMode.dmMonth;

C++

__property TDisplayMode DisplayMode = {read=FDisplayMode, write=SetDisplayMode, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCustomCalendarView

Description

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