DropDownAlign Property (C1DropDownControl)
In This Topic
Gets or sets a value that determines the alignment of the drop down form relative to the control.
Syntax
'Declaration
Public Property DropDownAlign As DropDownAlignment
public DropDownAlignment DropDownAlign {get; set;}
See Also