ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumn Class / MaxWidth Property

In This Topic
    MaxWidth Property
    In This Topic
    Gets or sets the maximum width of the column.
    Syntax
    'Declaration
     
    
    Public Property MaxWidth As Double
    public double MaxWidth {get; set;}
    See Also