menu

UWP

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

    Show / Hide Table of Contents

    Class ExpandedAppointmentViewControl

    Specifies the control for expanded appointment in week view when in line view tapped.

    Inheritance
    System.Object
    ExpandedAppointmentViewControl
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class ExpandedAppointmentViewControl : Control

    Constructors

    ExpandedAppointmentViewControl()

    Initializes a new instance of the ExpandedAppointmentViewControl class.

    Declaration
    public ExpandedAppointmentViewControl()

    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

    MeasureOverride(Size)

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size availableSize
    Returns
    Type
    Windows.Foundation.Size

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()

    Extension Methods

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