Class TimelineViewHeader
Represents a class which holds timeline view header cell information.
Implements
System.ComponentModel.INotifyPropertyChanged
  Inherited Members
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class TimelineViewHeader : ViewHeaderBase, INotifyPropertyChangedConstructors
TimelineViewHeader()
Initializes a new instance of the TimelineViewHeader class.
Declaration
public TimelineViewHeader()Properties
ViewType
Gets or sets the scheduler view type.
Declaration
public string ViewType { get; set; }Property Value
| Type | 
|---|
| System.String | 
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()Implements
      System.ComponentModel.INotifyPropertyChanged