Back to Devexpress

BaseView.IsDisposing Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-b0351b71.md

latest1.2 KB
Original Source

BaseView.IsDisposing Property

Gets whether the current object is being disposed of.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

BaseView Class

BaseView Members

DevExpress.XtraGrid.Views.Base Namespace