ComponentOne DataGrid for WPF and Silverlight
MinColumnWidth Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : MinColumnWidth Property
Gets or sets the minimum column width for all the columns in the C1DataGrid.
Syntax
'Declaration
 
Public Property MinColumnWidth As System.Double
public System.double MinColumnWidth {get; set;}
Remarks
If a column has the property MinWidth set, the layout will take the value set in the column over the one in the data grid.
See Also

Reference

C1DataGrid Class
C1DataGrid Members