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


In This Topic
    UserEntry Property
    In This Topic
    Gets or sets how data is validated when it is provided to the control.
    Syntax
    'Declaration
     
    
    Public Overridable Property UserEntry As UserEntry
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As UserEntry
     
    instance.UserEntry = value
     
    value = instance.UserEntry
    public virtual UserEntry UserEntry {get; set;}
    See Also