Class MonthViewItemPanel
Represents a layout panel for arranging monthview childitems.
Inheritance
System.Object
MonthViewItemPanel
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class MonthViewItemPanel : Panel
Constructors
MonthViewItemPanel()
Initializes a new instance of the MonthViewItemPanel class.
Declaration
public MonthViewItemPanel()
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 |