[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarButton.CalendarInfo

CalendarInfo Property

CalendarInfo

Gets the GrapeCity.Windows.InputMan.Primitives.CalendarInfo which contains the advanced information of the dates that the CalendarButton represents. This is a dependency property.

Declaration
public CalendarInfo CalendarInfo { get; }
Public ReadOnly Property CalendarInfo As CalendarInfo
Property Value
Type Description
CalendarInfo

The GrapeCity.Windows.InputMan.Primitives.CalendarInfo which this CalendarButton presented.

Remarks

The GrapeCity.Windows.InputMan.Primitives.CalendarInfo contains the following information:

CalendarInfo PropertyDescription
GrapeCity.Windows.InputMan.Primitives.CalendarInfo.StartDateThe first date of the date range which the GrapeCity.Windows.InputMan.Primitives.CalendarInfo represents.
GrapeCity.Windows.InputMan.Primitives.CalendarInfo.EndDateThe last date of the date range which the GrapeCity.Windows.InputMan.Primitives.CalendarInfo represents.
GrapeCity.Windows.InputMan.Primitives.CalendarInfo.IsTrailingThe dates between GrapeCity.Windows.InputMan.Primitives.CalendarInfo.StartDate and GrapeCity.Windows.InputMan.Primitives.CalendarInfo.EndDate are trailing dates.
GrapeCity.Windows.InputMan.Primitives.CalendarInfo.HasSelectedDaysThe date range of GrapeCity.Windows.InputMan.Primitives.CalendarInfo.StartDate and GrapeCity.Windows.InputMan.Primitives.CalendarInfo.EndDate contains some selected days.
GrapeCity.Windows.InputMan.Primitives.CalendarInfo.TextThe formatted string value that the GrapeCity.Windows.InputMan.Primitives.CalendarInfo should be presented according to the GrapeCity.Windows.InputMan.GcDropDownCalendar.MonthFormat or GrapeCity.Windows.InputMan.GcDropDownCalendar.YearFormat.