FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumn Class / MinWidth Property

In This Topic
    MinWidth Property (GridColumn)
    In This Topic
    Gets or sets the minimum width of the column.
    Syntax
    'Declaration
     
    Public Property MinWidth As Double
    public double MinWidth {get; set;}
    See Also