alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class CalendarViewType

    Specifies the views of SfCalendar.

    Inheritance
    System.Object
    CalendarViewType
    Namespace: Syncfusion.WinForms.Input.Enums
    Assembly: Syncfusion.SfInput.WinForms.dll
    Syntax
    public sealed class CalendarViewType : Enum

    Fields

    All

    SfCalendar control allows to display all the views.

    Declaration
    public const CalendarViewType All
    Field Value
    Type
    CalendarViewType

    Century

    SfCalendar control allows to display Century view.

    Declaration
    public const CalendarViewType Century
    Field Value
    Type
    CalendarViewType

    Decade

    SfCalendar control allows to display Decade view.

    Declaration
    public const CalendarViewType Decade
    Field Value
    Type
    CalendarViewType

    Month

    SfCalendar control allows to display month view.

    Declaration
    public const CalendarViewType Month
    Field Value
    Type
    CalendarViewType

    Year

    SfCalendar control allows to display Year view.

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