menu

MAUI

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

    Show / Hide Table of Contents

    Class CalendarRangeSelectionDirection

    Defines the direction for the SfCalendar range selection.

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

    Fields

    Backward

    Defines the backward direction on range selection.

    Declaration
    public const CalendarRangeSelectionDirection Backward
    Field Value
    Type
    CalendarRangeSelectionDirection

    Both

    Defines the both(backward and forward) direction on range selection.

    Declaration
    public const CalendarRangeSelectionDirection Both
    Field Value
    Type
    CalendarRangeSelectionDirection

    Default

    Defines the default direction on range selection.

    Declaration
    public const CalendarRangeSelectionDirection Default
    Field Value
    Type
    CalendarRangeSelectionDirection

    Forward

    Defines the forward direction on range selection.

    Declaration
    public const CalendarRangeSelectionDirection Forward
    Field Value
    Type
    CalendarRangeSelectionDirection

    None

    Defines the none direction on range selection.

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