Class HeaderRowType
An enum that holds the types of header rows in the timeline view of the scheduler.
Inheritance
System.Object
HeaderRowType
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class HeaderRowType : Enum
Fields
Date
The date row in the header bar.
Declaration
public const HeaderRowType Date
Field Value
Type |
---|
HeaderRowType |
Hour
The hour row in the header bar.
Declaration
public const HeaderRowType Hour
Field Value
Type |
---|
HeaderRowType |
Month
The month row in the header bar.
Declaration
public const HeaderRowType Month
Field Value
Type |
---|
HeaderRowType |
Week
The week row in the header bar.
Declaration
public const HeaderRowType Week
Field Value
Type |
---|
HeaderRowType |
Year
The year row in the header bar.
Declaration
public const HeaderRowType Year
Field Value
Type |
---|
HeaderRowType |