[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDateRange

CalendarDateRange Class

Represents a range of dates in a GrapeCity.Windows.InputMan.GcDropDownCalendar.

Inheritance
CalendarDateRange
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public sealed class CalendarDateRange : INotifyPropertyChanged
Public NotInheritable Class CalendarDateRange
    Implements INotifyPropertyChanged
Remarks

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.

Constructors

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.

Properties

Name Description
End

Gets the last date in the represented range.

Start

Gets the first date in the represented range.

Events

Name Description
PropertyChanged

Occurs when a property value changes.