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


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

    Field Value

    The identifier for the SelectedDate dependency property.
    See Also