[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.OnResizingColumn

OnResizingColumn Method

OnResizingColumn(GridControlRangeEventArgs)

Called before a column is resized.

Declaration
protected override void OnResizingColumn(GridControlRangeEventArgs e)
Parameters
Type Name Description
GridControlRangeEventArgs e

GridControlRangeEventArgs that contains the event data.

Overrides

OnResizingColumn(GridCellRangeEventArgs)

Called before a column is resized.

Declaration
protected virtual void OnResizingColumn(GridCellRangeEventArgs e)
Parameters
Type Name Description
GridCellRangeEventArgs e

GridCellRangeEventArgs that contains the event data.