Back to Devexpress

VGridControlBase.GridDisposing Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-c5b91e85.md

latest1.4 KB
Original Source

VGridControlBase.GridDisposing Property

Gets a value which indicates whether the VGridControl is being unloaded from memory.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public bool GridDisposing { get; }
vb
<Browsable(False)>
Public ReadOnly Property GridDisposing As Boolean

Property Value

TypeDescription
Boolean

true if the VGridControl is being disposed of; otherwise, false.

|

See Also

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace