Skip to main content

GridViewBase.DeleteRow(Int32) Method

Deletes the specified data row.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public virtual void DeleteRow(
    int rowHandle
)

#Parameters

Name Type Description
rowHandle Int32

An integer value that specifies the handle of the row to delete.

#Remarks

To learn more, see Deleting Rows.

#Examples

See Also