ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / MaxColumnWidth Property

In This Topic
    MaxColumnWidth Property (C1DataGrid)
    In This Topic
    Gets or sets the maximum column width for all the columns in the C1DataGrid.
    Syntax
    'Declaration
     
    
    Public Property MaxColumnWidth As Double
    public 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