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