alexa

    Show / Hide Table of Contents

    Enum CalendarSelectionMode

    Specifies values for the different selection modes of a Calendar.

    Namespace: Syncfusion.Windows.Controls
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public enum CalendarSelectionMode

    Fields

    Name Description
    MultipleRange

    Multiple dates or ranges can be selected at a time.

    None

    No dates can be selected.

    SingleDate

    One date can be selected at a time.

    SingleRange

    One range of dates can be selected at a time.

    Back to top Generated by DocFX