ComponentOne Basic Library for WPF and Silverlight
DropDownDirection Property (C1ComboBox)


C1.Silverlight Namespace > C1ComboBox Class : DropDownDirection Property
Specifies the expand direction of the C1ComboBox drop down.
Syntax
'Declaration
 
Public Property DropDownDirection As DropDownDirection
'Usage
 
Dim instance As C1ComboBox
Dim value As DropDownDirection
 
instance.DropDownDirection = value
 
value = instance.DropDownDirection
public DropDownDirection DropDownDirection {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members