AutoSelect Property (C1Combo)
In This Topic
Determines whether the combo sets its index to the current position of the datasource when it is firstly filled with data.
Syntax
'Declaration
Public Property AutoSelect As Boolean
public bool AutoSelect {get; set;}
See Also