ComponentOne DataGrid for WPF and Silverlight
MaxColumnWidth Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : MaxColumnWidth Property
Gets or sets the maximum column width for all the columns in the C1DataGrid.
Syntax
'Declaration
 
Public Property MaxColumnWidth As System.Double
public System.double MaxColumnWidth {get; set;}
Remarks
If a column has the property MaxWidth 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