[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlAdapterNotifyChange.CreateDimensionChange

CreateDimensionChange Method

CreateDimensionChange(int, int)

Creates a change in the dimensions of a column or row.

Declaration
public static GridControlAdapterNotifyChange CreateDimensionChange(int index, int count = 1)
Parameters
Type Name Description
int index

The index of the column or row.

int count

The number of items whose dimension changed.

Returns
Type Description
GridControlAdapterNotifyChange