GridViewBase.DeleteRow(Int32) Method
In This Article
Deletes the specified data row.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value that specifies the handle of the row to delete. |
#Remarks
To learn more, see Deleting Rows.
#Examples
See Also