[]
        
(Showing Draft Content)

C1.WinUI.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)
Public Sub New(height As GridLength, minHeight As Double, maxHeight As Double, isVisible As Boolean)
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.