[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectedDate

SelectedDate Property

SelectedDate

Gets or sets the selected date, the first date in the selection or null if the selection is empty. This is a dependency property.

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

The selected date.