Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Dialogs Namespace / IDialog Interface / Value Property


In This Topic
    Value Property (IDialog)
    In This Topic
    Gets or sets the value of the dialog.
    Syntax
    'Declaration
     
    Property Value As Object
    'Usage
     
    Dim instance As IDialog
    Dim value As Object
     
    instance.Value = value
     
    value = instance.Value
    object Value {get; set;}
    See Also