Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionMode - Xamarin.Forms API Reference | Syncfusion SfCalendar. ">

    Show / Hide Table of Contents

    Class SelectionMode

    Selection modes for SfCalendar.

    Inheritance
    System.Object
    SelectionMode
    Namespace: Syncfusion.SfCalendar.XForms
    Assembly: Syncfusion.SfCalendar.XForms.dll
    Syntax
    public sealed class SelectionMode : Enum

    Fields

    MultiRangeSelection

    SelectionMode.MultiRangeSelection, Allows to select a multiple ranges of dates by clicking and dragging.

    Declaration
    public const SelectionMode MultiRangeSelection
    Field Value
    Type Description
    SelectionMode

    MultiSelection

    SelectionMode.MultiSelection, Allows multiple date selection, selecting a new date will not remove the selection for previous dates, allows to select as many dates as possible in randam manner. Clicking again on selected dates can do deselection.

    Declaration
    public const SelectionMode MultiSelection
    Field Value
    Type Description
    SelectionMode

    RangeSelection

    SelectionMode.RangeSelection, Allows to select a single range of dates continuously by clicking and dragging.

    Declaration
    public const SelectionMode RangeSelection
    Field Value
    Type Description
    SelectionMode

    SingleSelection

    SelectionMode.SingleSelection, Allows to select a single date, selecting a new date will remove the selection for previous date and updates selection to the newly selected date.

    Declaration
    public const SelectionMode SingleSelection
    Field Value
    Type Description
    SelectionMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved