Class ScheduleDaysAppointmentLayoutItemsControl
Represents a layout items control for arranging appointments in day view.
Inheritance
System.Object
ScheduleDaysAppointmentLayoutItemsControl
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleDaysAppointmentLayoutItemsControl : Control, IDisposable
Constructors
ScheduleDaysAppointmentLayoutItemsControl()
Initializes a new instance of the ScheduleDaysAppointmentLayoutItemsControl class.
Declaration
public ScheduleDaysAppointmentLayoutItemsControl()
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 |
Properties
AppointmentTemplate
Gets or sets the template for customizing day view appointment.
Declaration
public DataTemplate AppointmentTemplate { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.DataTemplate |
Methods
Dispose()
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()
Implements
System.IDisposable