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


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

    Field Value

    The identifier for FocusedDate dependency property.
    See Also