[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownCalendar.FocusDate

FocusDate Property

FocusDate

Gets or sets the date that has focus.

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

A Nullable<T> value that indicates which date has focus.

Remarks

This property determines where the focus rectangle is displayed in the date view.

Exceptions
Type Condition
ArgumentNullException

The value cannot be null.