[]
Represents a CalendarInfo contains the advanced information for GrapeCity.Windows.InputMan.Primitives.CalendarButton presentation.
public class CalendarInfo : INotifyPropertyChanged
Public Class CalendarInfo
Implements INotifyPropertyChanged
The CalendarInfo contains the following information:
CalendarInfoProperty | Description |
---|---|
StartDate | The first date of the date range which the CalendarInfo represents. |
EndDate | The last date of the date range which the CalendarInfo represents. |
IsTrailing | The dates between StartDate and GrapeCity.Windows.InputMan.Primitives.CalendarInfo.EndDate are trailing dates. |
HasSelectedDays | The date range of StartDate and EndDate contains some selected days. |
Text | The formatted string value that the CalendarInfo should be presented according to the GrapeCity.Windows.InputMan.GcDropDownCalendar.MonthFormat or GrapeCity.Windows.InputMan.GcDropDownCalendar.YearFormat. |
Name | Description |
---|---|
EndDate | Gets the last date of the CalendarInfo. |
HasSelectedDays | Gets a value indicating whether the date range of StartDate and EndDate contains some selected days. |
IsTrailing | Gets a value indicating whether the dates between StartDate and GrapeCity.Windows.InputMan.Primitives.CalendarInfo.EndDate are trailing dates. |
StartDate | Gets the first date of the CalendarInfo. |
Text | Gets the formatted string value that the CalendarInfo should be presented according to the GrapeCity.Windows.InputMan.GcDropDownCalendar.MonthFormat or GrapeCity.Windows.InputMan.GcDropDownCalendar.YearFormat. |