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