Class ScheduleMonthViewItemsControl
Represents an items control for arranging month view items.
Inheritance
System.Object
ScheduleMonthViewItemsControl
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleMonthViewItemsControl : ItemsControl, IDisposable
Constructors
ScheduleMonthViewItemsControl()
Initializes a new instance of the ScheduleMonthViewItemsControl class.
Declaration
public ScheduleMonthViewItemsControl()
Methods
Dispose()
Method to release allocated resources of ScheduleMonthViewItemsControl.
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing |
Implements
System.IDisposable