ComponentOne FlexGrid for WPF and Silverlight
AutoComplete Property (C1FlexGrid)

C1.Silverlight.FlexGrid Namespace > C1FlexGrid Class : AutoComplete Property
Gets or sets a value that determines whether the control should try to automatically complete entries as the user types, based on other entries in the same column (like Microsoft Excel does).
Syntax
'Declaration
 
Public Property AutoComplete As System.Boolean
public System.bool AutoComplete {get; set;}
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members