alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class CalendarSelectionMode

    Specifies values for the different selection modes of a Calendar.

    Inheritance
    System.Object
    CalendarSelectionMode
    Namespace: Syncfusion.Windows.Controls
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public sealed class CalendarSelectionMode : Enum

    Fields

    MultipleRange

    Multiple dates or ranges can be selected at a time.

    Declaration
    public const CalendarSelectionMode MultipleRange
    Field Value
    Type
    CalendarSelectionMode

    None

    No dates can be selected.

    Declaration
    public const CalendarSelectionMode None
    Field Value
    Type
    CalendarSelectionMode

    SingleDate

    One date can be selected at a time.

    Declaration
    public const CalendarSelectionMode SingleDate
    Field Value
    Type
    CalendarSelectionMode

    SingleRange

    One range of dates can be selected at a time.

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