VGridControlBase.GridDisposing Property
Gets a value which indicates whether the VGridControl is being unloaded from memory.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the VGridControl is being disposed of; otherwise, false. |
See Also