Class DayHeaderFormats
Specifies the day header formats.
Inheritance
System.Object
DayHeaderFormats
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class DayHeaderFormats : Enum
Fields
Abbreviated
Sets the min format of day name (like Sun ) in day header.
Declaration
public const DayHeaderFormats Abbreviated
Field Value
Type |
---|
DayHeaderFormats |
Narrow
Sets the single character of day name (like S ) in day header.
Declaration
public const DayHeaderFormats Narrow
Field Value
Type |
---|
DayHeaderFormats |
Short
Sets the short format of day name (like Su ) in day header.
Declaration
public const DayHeaderFormats Short
Field Value
Type |
---|
DayHeaderFormats |
Wide
Sets the long format of day name (like Sunday ) in day header.
Declaration
public const DayHeaderFormats Wide
Field Value
Type |
---|
DayHeaderFormats |