Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalendar Class / FocusedDateProperty Field


In This Topic
    FocusedDateProperty Field (GcDropDownCalendar)
    In This Topic
    Identifies the FocusedDate dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly FocusedDateProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcDropDownCalendar.FocusedDateProperty
    public static readonly DependencyProperty FocusedDateProperty

    Field Value

    The identifier for the FocusedDate dependency property.
    See Also