Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / Value Property


In This Topic
    Value Property (SuperEditBase)
    In This Topic
    Gets or sets the unformatted value of the edit control.
    Syntax
    'Declaration
     
    
    Public Overridable Property Value As Object
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Object
     
    instance.Value = value
     
    value = instance.Value
    public virtual object Value {get; set;}
    See Also