[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date

Date Property

Date

Gets the date which the DayInfo represents.

Declaration
public DateTime Date { get; }
Public ReadOnly Property [Date] As Date
Property Value
Type Description
DateTime

A DateTime value which the DayInfo represents.

Remarks

A GrapeCity.Windows.InputMan.Primitives.CalendarDayButton represented a day in GrapeCity.Windows.InputMan.GcDropDownCalendar, the DateTime value of this day could be retrieved via this property.