Represents a layout panel for arranging month view headers.
Inheritance
System.Object
ScheduleMonthViewHeaderItemsLayoutPanel
Assembly: Syncfusion.SfSchedule.UWP.dll
public class ScheduleMonthViewHeaderItemsLayoutPanel : Panel
Constructors
Declaration
public ScheduleMonthViewHeaderItemsLayoutPanel()
Methods
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
finalSize |
|
Returns
Type |
Windows.Foundation.Size |
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
availableSize |
|
Returns
Type |
Windows.Foundation.Size |
Extension Methods