[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.BeforeResizeRow

BeforeResizeRow Event

Fires before a row is resized by dragging the row header.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public event RowColEventHandler BeforeResizeRow
Returns
Type Description
RowColEventHandler Fires before a row is resized by dragging the row header.
Remarks

Use the grid's AllowResizing property to determine whether users are allowed to resize rows, columns, or both.

Row and Column objects also have an RowCol.AllowResizing property that allows you to prevent specific rows and columns from being resized.