Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / FocusDate Property


In This Topic
    FocusDate Property
    In This Topic
    Gets or sets the date that has focus.
    Syntax
    'Declaration
     
    
    Public Property FocusDate As Nullable(Of Date)
    'Usage
     
    
    Dim instance As DropDownCalendar
    Dim value As Nullable(Of Date)
     
    instance.FocusDate = value
     
    value = instance.FocusDate
    public Nullable<DateTime> FocusDate {get; set;}

    Property Value

    A Nullable value that indicates which date has focus.
    Exceptions
    ExceptionDescription
    The value cannot be a null reference (Nothing in Visual Basic).
    Remarks
    This property determines where the focus rectangle is displayed in the date view.
    See Also