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.SfScheduler.WPF.dll
Syntax
public class TimelineViewHeader : ViewHeaderBase, INotifyPropertyChanged
Constructors
TimelineViewHeader()
Declaration
public TimelineViewHeader()
Properties
ViewType
Gets or sets the scheduler view type. WPF-55471 This property is used to set the different text size in view header for timeline days and timeline month view.
Declaration
public string ViewType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.ComponentModel.INotifyPropertyChanged