Class DayViewAppointmentsPanel
Represents a class which arrange the appointments in day , week , work week views.
Inheritance
System.Object
    DayViewAppointmentsPanel
  Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class DayViewAppointmentsPanel : PanelConstructors
DayViewAppointmentsPanel()
Declaration
public DayViewAppointmentsPanel()Methods
ArrangeOverride(Size)
Called to arrange the appointment control children in panel.
Declaration
protected override Size ArrangeOverride(Size finalSize)Parameters
| Type | Name | Description | 
|---|---|---|
| Windows.Foundation.Size | finalSize | The measured size of the panel. | 
Returns
| Type | Description | 
|---|---|
| Windows.Foundation.Size | The final size. | 
MeasureOverride(Size)
Called to determine the size requirements for this panel and all of its children.
Declaration
protected override Size MeasureOverride(Size availableSize)Parameters
| Type | Name | Description | 
|---|---|---|
| Windows.Foundation.Size | availableSize | The available size that this object can give to child objects. | 
Returns
| Type | Description | 
|---|---|
| Windows.Foundation.Size | The size. |