Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / CalendarSelectionMode Enumeration


In This Topic
    CalendarSelectionMode Enumeration
    In This Topic
    The various modes used to determine what can be selected on a Calendar.
    Syntax
    'Declaration
     
    
    Public Enum CalendarSelectionMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CalendarSelectionMode
    public enum CalendarSelectionMode : System.Enum 
    Members
    MemberDescription
    MultipleMultiple dates can be selected at the same time.
    MultiRangeMultiple CalendarDateRanges can be selected at the same time.
    NoneDate selection is prohibited.
    RangeOnly one CalendarDateRange can be selected at once; selecting a new CalendarDateRange will unselect the previously selected one.
    SingleOnly one date can be selected at a time; selecting a new date will unselect the previously selected one.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Maui.Toolkit.CalendarSelectionMode

    Requirements

    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

    See Also