UserEntry Property (FpCombo)
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 FpCombo
Dim value As UserEntry
instance.UserEntry = value
value = instance.UserEntry
public virtual UserEntry UserEntry {get; set;}
See Also