Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / MaskedEditCellType Class / AutoCompleteValue Property


In This Topic
    AutoCompleteValue Property
    In This Topic
    Gets or sets the automatic completion value for the mask cell.
    Syntax
    'Declaration
     
    
    Public Property AutoCompleteValue As String
    'Usage
     
    
    Dim instance As MaskedEditCellType
    Dim value As String
     
    instance.AutoCompleteValue = value
     
    value = instance.AutoCompleteValue
    public string AutoCompleteValue {get; set;}

    Property Value

    String containing the automatic completion value
    See Also