[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ClickDateEventArgs.Date

Date Property

Date

Gets the clicked date.

Declaration
public DateTime? Date { get; }
Public ReadOnly Property [Date] As Date?
Property Value
Type Description
DateTime?

A Nullable<T> value that indicates the clicked date.

Remarks

This property retrieves the date clicked by the mouse. If the mouse does not click a date, the value is null.