menu

UWP

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

    Show / Hide Table of Contents

    Class ScheduleMonthAppointmentViewControl

    Represents a appointment in month view.

    Inheritance
    System.Object
    ScheduleMonthAppointmentViewControl
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class ScheduleMonthAppointmentViewControl : Control, IDisposable

    Constructors

    ScheduleMonthAppointmentViewControl()

    Initializes a new instance of the ScheduleMonthAppointmentViewControl class.

    Declaration
    public ScheduleMonthAppointmentViewControl()

    Fields

    AppointmentTemplateProperty

    Using a DependencyProperty as the backing store for AppointmentTemplate. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty AppointmentTemplateProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    CustomTemplateDataContextProperty

    Using a DependencyProperty as the backing store for CustomTemplateDataContext. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty CustomTemplateDataContextProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    EventCountProperty

    Using a DependencyProperty as the backing store for EventCount. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty EventCountProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TextForegroundProperty

    Using a DependencyProperty as the backing store for TextForeground. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty TextForegroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    AppointmentTemplate

    Gets or sets the template for customizing month view appointment.

    Declaration
    public DataTemplate AppointmentTemplate { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.DataTemplate

    CustomTemplateDataContext

    Gets or sets the data context for custom appointment in month view.

    Declaration
    public object CustomTemplateDataContext { get; set; }
    Property Value
    Type
    System.Object

    EventCount

    Gets or sets the count of events in a month view item.

    Declaration
    public string EventCount { get; set; }
    Property Value
    Type
    System.String

    TextForeground

    Gets or sets the foreground for specifying number of events in a month view item.

    Declaration
    public Brush TextForeground { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    Methods

    Dispose()

    Method to release allocated resources of ScheduleMonthAppointmentViewControl.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()

    OnDoubleTapped(DoubleTappedRoutedEventArgs)

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

    OnHolding(HoldingRoutedEventArgs)

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

    OnPointerMoved(PointerRoutedEventArgs)

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

    OnPointerPressed(PointerRoutedEventArgs)

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

    OnPointerReleased(PointerRoutedEventArgs)

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

    Implements

    System.IDisposable

    Extension Methods

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