DropDownHeight Property (C1DropDownButton)
In This Topic
Gets or sets the height of the drop-down box (set to Double.NaN to size automatically).
Syntax
'Declaration
Public Property DropDownHeight As System.Double
public System.double DropDownHeight {get; set;}
See Also