Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / CalendarDayButton Class / DayInfo Property


In This Topic
    DayInfo Property
    In This Topic
    Gets the GrapeCity.Windows.InputMan.Primitives.DayInfo of which contains the advanced information of the day that the CalendarDayButton represents.
    Syntax
    'Declaration
     
    Public ReadOnly Property DayInfo As DayInfo
    'Usage
     
    Dim instance As CalendarDayButton
    Dim value As DayInfo
     
    value = instance.DayInfo
    public DayInfo DayInfo {get;}

    Property Value

    The GrapeCity.Windows.InputMan.Primitives.DayInfo which this CalendarDayButton presented.
    Remarks
    The GrapeCity.Windows.InputMan.Primitives.DayInfo contains the following information:
    GrapeCity.Windows.InputMan.Primitives.DayInfo Property Description
    GrapeCity.Windows.InputMan.Primitives.DayInfo.Date The date which the GrapeCity.Windows.InputMan.Primitives.DayInfo represents.
    GrapeCity.Windows.InputMan.Primitives.DayInfo.HolidayName The GrapeCity.Windows.InputMan.IHoliday.HolidayName value of the GrapeCity.Windows.InputMan.IHoliday defined on the GrapeCity.Windows.InputMan.Primitives.DayInfo.Date.
    GrapeCity.Windows.InputMan.Primitives.DayInfo.HolidaySettingName The GrapeCity.Windows.InputMan.HolidaySettingBase.HolidaySettingName value of the GrapeCity.Windows.InputMan.HolidaySetting defined on the GrapeCity.Windows.InputMan.Primitives.DayInfo.Date.
    GrapeCity.Windows.InputMan.Primitives.DayInfo.IsBlackedOut The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is non-selectable.
    GrapeCity.Windows.InputMan.Primitives.DayInfo.IsForceWorkday The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is defined as a GrapeCity.Windows.InputMan.DayType.ForcedWorkday.
    GrapeCity.Windows.InputMan.Primitives.DayInfo.IsHoliday The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is defined as a GrapeCity.Windows.InputMan.DayType.ForcedHoliday, GrapeCity.Windows.InputMan.DayType.Holiday or GrapeCity.Windows.InputMan.DayType.OverriddenHoliday.
    GrapeCity.Windows.InputMan.Primitives.DayInfo.IsOverrideHoliday The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is defined as a GrapeCity.Windows.InputMan.DayType.OverriddenHoliday.
    GrapeCity.Windows.InputMan.Primitives.DayInfo.IsSelected The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is in selection.
    GrapeCity.Windows.InputMan.Primitives.DayInfo.IsToday The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is Today.
    GrapeCity.Windows.InputMan.Primitives.DayInfo.IsTrailing The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is a trailing day.
    GrapeCity.Windows.InputMan.Primitives.DayInfo.IsWeeklyHoliday The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is defined as a GrapeCity.Windows.InputMan.DayType.WeeklyHoliday.
    GrapeCity.Windows.InputMan.Primitives.DayInfo.Text The formatted System.String value that the GrapeCity.Windows.InputMan.Primitives.DayInfo should be presented according to the current culture.
    See Also