[]
Gets the GrapeCity.Windows.InputMan.Primitives.CalendarInfo which contains the advanced information of the dates that the CalendarButton represents. This is a dependency property.
public CalendarInfo CalendarInfo { get; }
Public ReadOnly Property CalendarInfo As CalendarInfo
Type | Description |
---|---|
CalendarInfo | The GrapeCity.Windows.InputMan.Primitives.CalendarInfo which this CalendarButton presented. |
The GrapeCity.Windows.InputMan.Primitives.CalendarInfo contains the following information:
CalendarInfo Property | Description |
---|---|
GrapeCity.Windows.InputMan.Primitives.CalendarInfo.StartDate | The first date of the date range which the GrapeCity.Windows.InputMan.Primitives.CalendarInfo represents. |
GrapeCity.Windows.InputMan.Primitives.CalendarInfo.EndDate | The last date of the date range which the GrapeCity.Windows.InputMan.Primitives.CalendarInfo represents. |
GrapeCity.Windows.InputMan.Primitives.CalendarInfo.IsTrailing | The dates between GrapeCity.Windows.InputMan.Primitives.CalendarInfo.StartDate and GrapeCity.Windows.InputMan.Primitives.CalendarInfo.EndDate are trailing dates. |
GrapeCity.Windows.InputMan.Primitives.CalendarInfo.HasSelectedDays | The 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.Text | The 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. |