[]
Called before a column is resized.
protected override void OnResizingColumn(GridControlRangeEventArgs e)
| Type | Name | Description |
|---|---|---|
| GridControlRangeEventArgs | e | GridControlRangeEventArgs that contains the event data. |
Called before a column is resized.
protected virtual void OnResizingColumn(GridCellRangeEventArgs e)
| Type | Name | Description |
|---|---|---|
| GridCellRangeEventArgs | e | GridCellRangeEventArgs that contains the event data. |