[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownCalendar.SelectedDate

SelectedDate Property

SelectedDate

Gets or sets the selected date.

Declaration
[Browsable(true)]
[TypeConverter(typeof(NullableDateTimeConverter))]
public DateTime? SelectedDate { get; set; }
<Browsable(True)>
<TypeConverter(GetType(NullableDateTimeConverter))>
Public Property SelectedDate As Date?
Property Value
Type Description
DateTime?

A Nullable<T> type value that indicates the selected date.

Remarks

This property rertrieves the date which is selected.

Exceptions
Type Condition
ArgumentOutOfRangeException

The value is out of range.