Class WeekViewPanel
Specifies the panel to arrange and measure the week view items of Schedule.
Inheritance
System.Object
WeekViewPanel
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class WeekViewPanel : Panel
Constructors
WeekViewPanel()
Initializes a new instance of the ScheduleDaysView class.
Declaration
public WeekViewPanel()
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size FinalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | FinalSize |
Returns
Type |
---|
Windows.Foundation.Size |
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize |
Returns
Type |
---|
Windows.Foundation.Size |