'Declaration
Public Enum CalendarSelectionMode Inherits System.Enum
'Usage
Dim instance As CalendarSelectionMode
public enum CalendarSelectionMode : System.Enum
'Declaration
Public Enum CalendarSelectionMode Inherits System.Enum
'Usage
Dim instance As CalendarSelectionMode
public enum CalendarSelectionMode : System.Enum
Member | Description |
---|---|
Multiple | Multiple dates can be selected at the same time. |
MultiRange | Multiple CalendarDateRanges can be selected at the same time. |
None | Date selection is prohibited. |
Range | Only one CalendarDateRange can be selected at once; selecting a new CalendarDateRange will unselect the previously selected one. |
Single | Only one date can be selected at a time; selecting a new date will unselect the previously selected one. |
System.Object
System.ValueType
System.Enum
Xceed.Maui.Toolkit.CalendarSelectionMode
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2