API:Vcl.WinXCalendars.TCalendarPicker.DisplayMode
Delphi
property DisplayMode;
C++
__property DisplayMode = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.WinXCalendars.pas Vcl.WinXCalendars.hpp |
Vcl.WinXCalendars | TCalendarPicker |
Description
Indicates the initial display mode.
Vcl.WinXCalendars.TCalendarPicker.DisplayMode inherits from Vcl.WinXCalendars.TCustomCalendarPicker.DisplayMode. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarPicker.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 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.