[]
Returns true when the cell in the specified range can be edited.
public override sealed bool AllowEditing(GridControlRange range)
Public NotOverridable Overrides Function AllowEditing(range As GridControlRange) As Boolean
| Type | Name | Description |
|---|---|---|
| GridControlRange | range | The range of the cell being edited. |
| Type | Description |
|---|---|
| bool |
Returns true when the cell in the specified range can be edited.
public virtual bool AllowEditing(GridCellRange range)
Public Overridable Function AllowEditing(range As GridCellRange) As Boolean
| Type | Name | Description |
|---|---|---|
| GridCellRange | range | The range of the cell being edited. |
| Type | Description |
|---|---|
| bool |