WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MonthViewPanel - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MonthViewPanel

    Represents a class which contains the months cells to be displayed in month view.

    Inheritance
    System.Object
    MonthViewPanel
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public class MonthViewPanel : Panel, IDisposable

    Constructors

    MonthViewPanel()

    Initializes a new instance of the MonthViewPanel class.

    Declaration
    public MonthViewPanel()

    Properties

    MonthCells

    Gets the list of month cells to be displayed in month view.

    Declaration
    public List<MonthCell> MonthCells { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<MonthCell>

    Methods

    ArrangeOverride(Size)

    Called to arrange the appointment control children in panel.

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    System.Windows.Size finalSize

    The measured size of the panel.

    Returns
    Type Description
    System.Windows.Size

    The size.

    Dispose()

    Disposes all the resources used by the MonthViewPanel class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes all the resources used by the Syncfusion.UI.Xaml.Scheduler.MonthViewPanel.MonthViewControl class.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Indicates whether the call is from Dispose method or from a finalizer.

    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
    System.Windows.Size availableSize

    The available size that this object can give to child objects.

    Returns
    Type Description
    System.Windows.Size

    The size.

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved