[]
Returns true when the cell in the specified range can be edited.
public override sealed bool AllowEditing(GridControlRange range)
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)
Type | Name | Description |
---|---|---|
GridCellRange | range | The range of the cell being edited. |
Type | Description |
---|---|
bool |