menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalendarSelectionMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CalendarSelectionMode

    Defines the selection mode for the SfCalendar.

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

    Fields

    Multiple

    Defines the multiple selection mode.

    Declaration
    public const CalendarSelectionMode Multiple
    Field Value
    Type
    CalendarSelectionMode

    MultiRange

    Defines the multi range selection mode.

    Declaration
    public const CalendarSelectionMode MultiRange
    Field Value
    Type
    CalendarSelectionMode

    Range

    Defines the range selection mode.

    Declaration
    public const CalendarSelectionMode Range
    Field Value
    Type
    CalendarSelectionMode

    Single

    Defines the single selection mode.

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