[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlAdapter.RowInfo

GridControlAdapter.RowInfo Class

Contains the dimensions of a row.

Inheritance
GridControlAdapter.RowInfo
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.GridControl.dll
Syntax
public class GridControlAdapter.RowInfo

Constructors

Name Description
RowInfo(GridLength, double, double, bool)

Initializes a new instance of the GridControlAdapter.RowInfo class.

Properties

Name Description
DesiredHeight

Gets the desired height of the row.

Height

Gets the height of the row.

IsVisible

Gets whether the row is visible.

MaxHeight

Gets the maximum height of the row.

MinHeight

Gets the minimum height of the row.

RenderHeight

Gets the render height of the row.

Methods

Name Description
Equals(object)

Determines whether the specified object, is equal to this instance.

GetHashCode()

Returns a hash code for this instance.

Operators

Name Description
operator ==(RowInfo, RowInfo)

Implements the operator ==.

operator !=(RowInfo, RowInfo)

Implements the operator !=.