Back to Devexpress

VGridRows.Remove(BaseRow) Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridrows-dot-remove-x28-devexpress-dot-xtraverticalgrid-dot-rows-dot-baserow-x29.md

latest1.8 KB
Original Source

VGridRows.Remove(BaseRow) Method

Removes the specified row from the collection.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public void Remove(
    BaseRow row
)
vb
Public Sub Remove(
    row As BaseRow
)

Parameters

NameTypeDescription
rowBaseRow

A BaseRow object representing the row to remove. If the row is not found within the collection, an exception is raised.

|

Remarks

Once the row is removed from the collection, its child rows (at all nesting levels) are removed too.

See Also

Add(BaseRow)

Insert(BaseRow, Int32)

VGridRows Class

VGridRows Members

DevExpress.XtraVerticalGrid.Rows Namespace