Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcNumber Class / IsDropDownOpen Property


In This Topic
    IsDropDownOpen Property (GcNumber)
    In This Topic
    Gets or sets a value that indicates whether the drop-down for a GcNumber is currently open.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    Public Property IsDropDownOpen As Boolean
    'Usage
     
    Dim instance As GcNumber
    Dim value As Boolean
     
    instance.IsDropDownOpen = value
     
    value = instance.IsDropDownOpen
    [Bindable(true)]
    public bool IsDropDownOpen {get; set;}

    Property Value

    true if this instance is drop down open; otherwise, false.
    See Also