AutoOpen Property (C1DropDownControl)
In This Topic
Gets or sets a value indicating whether to open the drop down control when the control receives the focus.
Syntax
'Declaration
Public Property AutoOpen As Boolean
public bool AutoOpen {get; set;}
See Also