ComponentOne Basic Library for WPF and Silverlight
DropDownWidth Property (PrepareDropDownEventArgs)


C1.WPF Namespace > PrepareDropDownEventArgs Class : DropDownWidth Property
Width of the DropDown, modify to set a custom size, set double.NaN to use default.
Syntax
'Declaration
 
Public Property DropDownWidth As System.Double
'Usage
 
Dim instance As PrepareDropDownEventArgs
Dim value As System.Double
 
instance.DropDownWidth = value
 
value = instance.DropDownWidth
public System.double DropDownWidth {get; set;}
See Also

Reference

PrepareDropDownEventArgs Class
PrepareDropDownEventArgs Members