menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalendarView - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CalendarView

    Represents a control for displaying the dates in the SfCalendar control.

    Inheritance
    System.Object
    CalendarView
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public sealed class CalendarView : Control

    Constructors

    CalendarView()

    Initializes a new instance of the CalendarView class

    Declaration
    public CalendarView()

    CalendarView(SfCalendar)

    Initializes a new instance of the CalendarView class

    Declaration
    public CalendarView(SfCalendar calender)
    Parameters
    Type Name Description
    SfCalendar calender

    The instance of calendar.

    Methods

    Dispose()

    Invoked to dispose the collections

    Declaration
    public void Dispose()

    OnApplyTemplate()

    Initializes all the child elements of CalendarView control.

    Declaration
    protected override void OnApplyTemplate()

    OnPointerCaptureLost(PointerRoutedEventArgs)

    Occurs when pointer capture lost.

    Declaration
    protected override void OnPointerCaptureLost(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    Pointer routed event arguments

    OnPointerEntered(PointerRoutedEventArgs)

    Occurs when pointer entered on a cell.

    Declaration
    protected override void OnPointerEntered(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    Pointer routed event arguments

    OnPointerExited(PointerRoutedEventArgs)

    Occurs when pointer is exited.

    Declaration
    protected override void OnPointerExited(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    Pointer routed event arguments

    OnPointerMoved(PointerRoutedEventArgs)

    Occurs when pointer moved over the calendar.

    Declaration
    protected override void OnPointerMoved(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    The Pointer routed event arguments

    OnPointerReleased(PointerRoutedEventArgs)

    Occurs when pointer released from calendar.

    Declaration
    protected override void OnPointerReleased(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    The Pointer routed event arguments

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved