Skip to main content

GridControlBase.DeleteRow(Int32) Method

Deletes the specified data row.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

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.

See Also