DropDownWidth Property (PrepareDropDownEventArgs)
In This Topic
Width of the DropDown, modify to set a custom size, set double.NaN to use default.
Syntax
'Declaration
Public Property DropDownWidth As Double
public double DropDownWidth {get; set;}
See Also