Class ScheduleMonthAppointmentViewControl
Represents a appointment in month view.
Inheritance
System.Object
ScheduleMonthAppointmentViewControl
Implements
System.IDisposable
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleMonthAppointmentViewControl : Control, IDisposable
Constructors
ScheduleMonthAppointmentViewControl()
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
EventCount
Gets or sets the count of events in a month view item.
Declaration
public string EventCount { get; set; }
Property Value
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
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Declaration
protected override void OnDoubleTapped(DoubleTappedRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs |
e |
|
Declaration
protected override void OnHolding(HoldingRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.HoldingRoutedEventArgs |
e |
|
Declaration
protected override void OnPointerMoved(PointerRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Implements
System.IDisposable
Extension Methods