Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalendar Class / FocusedDate Property


In This Topic
    FocusedDate Property (GcDropDownCalendar)
    In This Topic
    Gets or sets the day that with focus. This is a dependency property.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    Public Property FocusedDate As Date
    'Usage
     
    Dim instance As GcDropDownCalendar
    Dim value As Date
     
    instance.FocusedDate = value
     
    value = instance.FocusedDate
    [Bindable(true)]
    public DateTime FocusedDate {get; set;}

    Property Value

    A System.DateTime value that represents the day with focus. The default value is System.DateTime.Today.
    See Also