ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / DropDownWidth Property

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