[]
Determines whether the height of the row can be set.
protected override sealed bool CanSetRowHeight(int row, int column)
| Type | Name | Description |
|---|---|---|
| int | row | The index of the row. |
| int | column | The index of the column from which the row height is set either by dragging or double clicking. |
| Type | Description |
|---|---|
| bool |
Determines whether the height of the row can be set.
protected virtual bool CanSetRowHeight(GridRowColType rowType, int row)
| Type | Name | Description |
|---|---|---|
| GridRowColType | rowType | The type of row. |
| int | row | The index of the row. |
| Type | Description |
|---|---|
| bool |