Vcl.WinXCalendars.TCustomCalendarPicker.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 TCustomCalendarPicker

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 as well as shows the current display mode when a user interacts with the control. The DisplayMode property can be reset programmatically to change the display mode.

See Also