FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridNumericColumn Class / MaxWidth Property

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