[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlAdapter.SetColumnWidth

SetColumnWidth Method

SetColumnWidth(int, double)

Sets the width of the specified column.

Declaration
protected virtual void SetColumnWidth(int column, double width)
Parameters
Type Name Description
int column

The index of the column.

double width

The width of the column.