Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DayHeaderFormats - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DayHeaderFormats

    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 Description
    DayHeaderFormats

    Narrow

    Sets the single character of day name (like S ) in day header.

    Declaration
    public const DayHeaderFormats Narrow
    Field Value
    Type Description
    DayHeaderFormats

    Short

    Sets the short format of day name (like Su ) in day header.

    Declaration
    public const DayHeaderFormats Short
    Field Value
    Type Description
    DayHeaderFormats

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Wide

    Sets the long format of day name (like Sunday ) in day header.

    Declaration
    public const DayHeaderFormats Wide
    Field Value
    Type Description
    DayHeaderFormats
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved