[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.OnResizingRow

OnResizingRow Method

OnResizingRow(GridControlRangeEventArgs)

Called before a row is resized.

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

GridControlRangeEventArgs that contains the event data.

Overrides

OnResizingRow(GridCellRangeEventArgs)

Called before a row is resized.

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

GridCellRangeEventArgs that contains the event data.