FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlAdapter.ColumnInfo Class / MinWidth Property

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