[]
Configurates AllowDelete. Sets a value that indicates whether the grid should delete selected rows when the user presses the Delete key.
public virtual TBuilder AllowDelete(bool value)
Type | Name | Description |
---|---|---|
bool | value | The value. |
Type | Description |
---|---|
TBuilder | Current builder. |
Selected rows will not be deleted if the IsReadOnly property is set to true.