menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalendarSelectionMode - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CalendarSelectionMode

    Defines constants that specify what kind of date selections are allowed in the calendar.

    Inheritance
    System.Object
    CalendarSelectionMode
    Namespace: Syncfusion.UI.Xaml.Calendar
    Assembly: Syncfusion.Calendar.WinUI.dll
    Syntax
    public sealed class CalendarSelectionMode : Enum

    Fields

    Multiple

    One or more dates can be selected at a time.

    Declaration
    public const CalendarSelectionMode Multiple
    Field Value
    Type
    CalendarSelectionMode

    None

    Date selection is disabled.

    Declaration
    public const CalendarSelectionMode None
    Field Value
    Type
    CalendarSelectionMode

    Range

    A range dates can be selected at a time.

    Declaration
    public const CalendarSelectionMode Range
    Field Value
    Type
    CalendarSelectionMode

    Single

    One date can be selected at a time.

    Declaration
    public const CalendarSelectionMode Single
    Field Value
    Type
    CalendarSelectionMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved