Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DayType Enumeration


In This Topic
    DayType Enumeration
    In This Topic
    Defines the type of days. (workday, holiday etc.)
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Enum DayType 
       Inherits System.Enum
    'Usage
     
    Dim instance As DayType
    [Serializable()]
    public enum DayType : System.Enum 
    Members
    MemberDescription
    ForcedHolidayIndicates a holiday - holidays which appear just for that particular date.
    ForcedWorkdayIndicates a normal day which originally was a holiday.
    HolidayIndicates a holiday - holidays which appear yearly.
    NormalIndicates a normal non-holiday day.
    OverriddenHolidayIndicates a holiday - holidays which appears when a holiday lands on a weekend and automatically moves onto the next day.
    WeeklyHolidayIndicates the week day is a holiday.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayType

    See Also