menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AllDayAppointmentPanel - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AllDayAppointmentPanel

    Represents a class which holds the all day cells.

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

    Constructors

    AllDayAppointmentPanel()

    Initializes a new instance of the AllDayAppointmentPanel class.

    Declaration
    public AllDayAppointmentPanel()

    Methods

    ArrangeOverride(Size)

    Positions child objects and determines a size for a UIElement.

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

    The final size that the parent computes for the child in layout, provided as a rectangle value.

    Returns
    Type Description
    System.Windows.Size

    Final size for a UIElement.

    Dispose()

    Disposes all the resources used by the AllDayAppointmentPanel class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes all the resources used by AllDayAppointmentPanel 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 System.GC.SuppressFinalize(System.Object).

    MeasureOverride(Size)

    When overridden in a derived class, measures the size in layout required for child elements and determines a size for the System.Windows.FrameworkElement-derived class.

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    System.Windows.Size availableSize

    The available size.

    Returns
    Type Description
    System.Windows.Size

    The size.

    Implements

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