WPF

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

    Show / Hide Table of Contents

    Class TimelineViewControl

    Represents a class contains timeline panel to be displayed in timeline view.

    Inheritance
    System.Object
    ViewControlBase
    TimelineViewControl
    Implements
    System.IDisposable
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ViewControlBase.Dispose()
    ViewControlBase.PropertyChanged
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public class TimelineViewControl : ViewControlBase, IDisposable, INotifyPropertyChanged

    Constructors

    TimelineViewControl()

    Initializes a new instance of the TimelineViewControl class.

    Declaration
    public TimelineViewControl()

    Methods

    Dispose(Boolean)

    Disposes all the resources used by the TimelineViewControl class.

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

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

    Overrides
    ViewControlBase.Dispose(Boolean)

    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.

    OnApplyTemplate()

    When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

    Declaration
    public override void OnApplyTemplate()

    Implements

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