Skip to main content

VGridControlBase.GridDisposing Property

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

[Browsable(false)]
public bool GridDisposing { get; }

Property Value

Type Description
Boolean

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

See Also