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

In This Topic
    MaxWidth Property (DataGridComboBoxColumn)
    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