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

In This Topic
    MinWidth Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the minimum width of the column.
    Syntax
    'Declaration
     
    
    Public Property MinWidth As Double
    public double MinWidth {get; set;}
    See Also