Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownClosingEventArgs Class / Value Property


In This Topic
    Value Property (DropDownClosingEventArgs)
    In This Topic
    Gets or sets the value from the drop-down dialog.
    Syntax
    'Declaration
     
    
    Public Property Value As Object
    'Usage
     
    
    Dim instance As DropDownClosingEventArgs
    Dim value As Object
     
    instance.Value = value
     
    value = instance.Value
    public object Value {get; set;}

    Property Value

    An object that indicates the value from the drop-down dialog.
    Remarks
    The property retrieves the value of the drop-down dialog.
    See Also