[]
Represents a range of dates in a GrapeCity.Windows.InputMan.GcDropDownCalendar.
public sealed class CalendarDateRange : INotifyPropertyChanged
Public NotInheritable Class CalendarDateRange
Implements INotifyPropertyChanged
CalendarDateRange objects are primarily used by the GrapeCity.Windows.InputMan.BlackoutDatesCollection to specify a range of dates that are not selectable in a GrapeCity.Windows.InputMan.GcDropDownCalendar.
Name | Description |
---|---|
CalendarDateRange() | Initializes a new instance of the CalendarDateRange class. |
CalendarDateRange(CalendarDateRange) | Initializes a new instance of the CalendarDateRange class with same data. |
CalendarDateRange(DateTime) | Initializes a new instance of the CalendarDateRange class with a single date. |
CalendarDateRange(DateTime, DateTime) | Initializes a new instance of the CalendarDateRange class with a range of dates. |
Name | Description |
---|---|
End | Gets the last date in the represented range. |
Start | Gets the first date in the represented range. |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |