[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlAdapter.ColumnInfo

GridControlAdapter.ColumnInfo Class

Contains the dimensions of a column.

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

Constructors

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

Initializes a new instance of the GridControlAdapter.ColumnInfo class.

Properties

Name Description
DesiredWidth

Gets the desired width of the column.

IsVisible

Gets whether the column is visible.

MaxWidth

Gets the maximum width of the column.

MinWidth

Gets the minimum width of the column.

RenderWidth

Gets the render width of the column.

Width

Gets the width of the column.

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 ==(ColumnInfo, ColumnInfo)

Implements the operator ==.

operator !=(ColumnInfo, ColumnInfo)

Implements the operator !=.