Vcl.WinXCalendars.TCalendarView.SelectionMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SelectionMode;

C++

__property SelectionMode = {default=1};

Properties

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

Description

Specifies how many dates a user may select at a time.

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


Specifies how many dates a user may select at a time.

  • Click smSingle to let a user select one date only.
  • Click smMultiple to let a user select as many dates as is needed.
  • Click smNone to disable selection of dates.

See Also