[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlAdapter.RowInfo.-ctor

RowInfo Constructor

RowInfo(GridLength, double, double, bool)

Initializes a new instance of the GridControlAdapter.RowInfo class.

Declaration
public RowInfo(GridLength height, double minHeight, double maxHeight, bool isVisible)
Parameters
Type Name Description
GridLength height

The height.

double minHeight

The minimum height.

double maxHeight

The maximum height.

bool isVisible

if set to true the row is visible.