menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TimelineViewAppointmentsPanel - API Reference

    Show / Hide Table of Contents

    Class TimelineViewAppointmentsPanel

    Represents a class which arrange the appointments in timeline view.

    Inheritance
    System.Object
    TimelineViewAppointmentsPanel
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public class TimelineViewAppointmentsPanel : Panel

    Constructors

    TimelineViewAppointmentsPanel()

    Declaration
    public TimelineViewAppointmentsPanel()

    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.

    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.

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