[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo

DayInfo Class

Represents a DayInfo contains the information for GrapeCity.Windows.InputMan.Primitives.CalendarDayButton presentation.

Inheritance
DayInfo
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class DayInfo : INotifyPropertyChanged
Public Class DayInfo
    Implements INotifyPropertyChanged
Remarks

The DayInfo contains the following information:

DayInfoPropertyDescription
DateThe date which the DayInfo represents.
HolidayNameThe GrapeCity.Windows.InputMan.IHoliday.HolidayName value of the GrapeCity.Windows.InputMan.IHoliday defined on the Date.
HolidaySettingNameThe GrapeCity.Windows.InputMan.HolidaySettingBase.HolidaySettingName value of the GrapeCity.Windows.InputMan.HolidaySetting defined on the Date.
IsBlackedOutThe Date is non-selectable.
IsForceWorkdayThe Date is defined as a GrapeCity.Windows.InputMan.DayType.ForcedWorkday.
IsHolidayThe Date is defined as a GrapeCity.Windows.InputMan.DayType.ForcedHoliday, GrapeCity.Windows.InputMan.DayType.Holiday or GrapeCity.Windows.InputMan.DayType.OverriddenHoliday.
IsOverrideHolidayThe Date is defined as a GrapeCity.Windows.InputMan.DayType.OverriddenHoliday.
IsSelectedThe Date is in selection.
IsTodayThe Date is Today.
IsTrailingThe Date is a trailing day.
IsWeeklyHolidayThe Date is defined as a GrapeCity.Windows.InputMan.DayType.WeeklyHoliday.
TextThe formatted string value that the DayInfo should be presented according to the current culture.

Properties

Name Description
Date

Gets the date which the DayInfo represents.

HolidayName

Gets the GrapeCity.Windows.InputMan.IHoliday.HolidayName value of the GrapeCity.Windows.InputMan.IHoliday defined on the Date.

HolidaySettingName

Gets the GrapeCity.Windows.InputMan.HolidaySettingBase.HolidaySettingName value of the GrapeCity.Windows.InputMan.HolidaySetting defined on the Date.

IsBlackedOut

Gets a value indicating whether the Date is non-selectable.

IsForceWorkday

Gets a value indicating whether the Date is defined as a GrapeCity.Windows.InputMan.DayType.ForcedWorkday.

IsHighlighted

Gets a value indicating whether this day is highlighted.

IsHoliday

Gets a value indicating whether the Date is defined as a GrapeCity.Windows.InputMan.DayType.ForcedHoliday, GrapeCity.Windows.InputMan.DayType.Holiday or GrapeCity.Windows.InputMan.DayType.OverriddenHoliday.

IsOverrideHoliday

Gets a value indicating whether the Date is defined as a GrapeCity.Windows.InputMan.DayType.OverriddenHoliday.

IsSelected

Gets a value indicating whether the Date is in selection.

IsToday

Gets a value indicating whether the Date is Today.

IsTrailing

Gets a value indicating whether the Date is a trailing day.

IsWeeklyHoliday

Gets a value indicating whether the Date is defined as a GrapeCity.Windows.InputMan.DayType.WeeklyHoliday.

Text

Gets the formatted string value that the DayInfo should be presented according to the current culture.