RadComboBox for ASP.NET

RadComboBox Send comments on this topic.
MarkFirstMatch Property
See Also 
Telerik.WebControls Namespace > RadComboBox Class : MarkFirstMatch Property


Gets or sets a value indicating whether the combobox should automatically autocomplete and highlight the currently typed text to the closest item text match.   

 

Namespace: Telerik.WebControls
Assembly: RadComboBox (in RadComboBox.dll)

Syntax

Visual Basic (Declaration) 
Public Property MarkFirstMatch As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RadComboBox
Dim value As Boolean
 
instance.MarkFirstMatch = value
 
value = instance.MarkFirstMatch
C# 
public bool MarkFirstMatch {get; set;}

See Also