Spread for ASP.NET 10 Product Documentation
AutoCompleteValue Property


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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

MaskedEditCellType Class
MaskedEditCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.