menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ViewMode - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ViewMode

    Available views for SfCalendar. The View Mode contains different type of view modes in calendar such as month, yea, decade and century views.

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

    Fields

    Century

    This displays century year range in a view, by default current century year range will be displayed on loading.

    Declaration
    public const ViewMode Century
    Field Value
    Type
    ViewMode

    Decade

    This displays decade year range in a view, by default current year decade range will be displayed on loading.

    Declaration
    public const ViewMode Decade
    Field Value
    Type
    ViewMode

    MonthView

    This displays entire dates of a particular month, by default current month will be displayed on loading.

    Declaration
    public const ViewMode MonthView
    Field Value
    Type
    ViewMode

    YearView

    This displays entire dates/month of a particular year, by default current year will be displayed on loading.

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