[]
Deletes the specified view item.
public bool Remove(ViewRow row)
| Type | Name | Description |
|---|---|---|
| ViewRow | row | The view row representing the item to delete. |
| Type | Description |
|---|---|
| bool | true, if the item was deleted as a result of this operation; otherwise, false. |
This is an update operation on the view equivalent to calling Delete().