Skip to main content
A newer version of this page is available. .

VGridControlBase.GridDisposing Property

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also