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