Back to Devexpress

VGridRows.DestroyRows() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridrows-81a9c217.md

latest1.2 KB
Original Source

VGridRows.DestroyRows() Method

Releases all resources used by the rows in the current collection.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual void DestroyRows()
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Sub DestroyRows

See Also

VGridRows Class

VGridRows Members

DevExpress.XtraVerticalGrid.Rows Namespace