alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class CloseCalendarAction

    This enum classifies close calendar action.

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

    Fields

    DoubleClick

    Specifies values representing possible action on which the calendar will close on double click.

    Declaration
    public const CloseCalendarAction DoubleClick
    Field Value
    Type
    CloseCalendarAction

    Never

    Specifies values representing possible action on which the calendar will never close.

    Declaration
    public const CloseCalendarAction Never
    Field Value
    Type
    CloseCalendarAction

    SingleClick

    Specifies values representing possible action on which the calendar will close on single click.

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