Enum HeaderRowType
An enum that holds the types of header rows in the timeline view of the scheduler.
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public enum HeaderRowType
Fields
| Name | Description |
|---|---|
| Date | The date row in the header bar. |
| Hour | The hour row in the header bar. |
| Month | The month row in the header bar. |
| Week | The week row in the header bar. |
| Year | The year row in the header bar. |