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


In This Topic
    Value Property (PopUpClosingEventArgs)
    In This Topic
    Gets or sets the value from the PopUp parts.
    Syntax
    'Declaration
     
    
    Public Property Value As Object
    'Usage
     
    
    Dim instance As PopUpClosingEventArgs
    Dim value As Object
     
    instance.Value = value
     
    value = instance.Value
    public object Value {get; set;}

    Property Value

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