[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlAdapter.ColumnInfo.-ctor

ColumnInfo Constructor

ColumnInfo(GridLength, double, double, bool)

Initializes a new instance of the GridControlAdapter.ColumnInfo class.

Declaration
public ColumnInfo(GridLength width, double minWidth, double maxWidth, bool isVisible)
Parameters
Type Name Description
GridLength width

The width.

double minWidth

The minimum width.

double maxWidth

The maximum width.

bool isVisible

if set to true the column is visible.