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


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

    Field Value

    The identifier for the IsDropDownOpen dependency property.
    See Also