[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FocusedDate

FocusedDate Property

FocusedDate

Gets or sets the day with focus in the drop down calendar. This is a dependency property.

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

A nullable DateTime value that represents the day with focus. The default value is null.

Remarks

The drop down calendar focused date could be specified by assigning this property.
This update occurs when drop down is opened.

If FocusedDate is null, the focused date of drop down calendar will be updated to the Value. If the Value is still null, it will be updated to Today.

If FocusedDate is not null, the focused date of drop down calendar will be updated to the FocusedDate.