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

IDesignForm.IsDisposed Property

For internal use. Gets a value indicating whether the form has been disposed of.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

bool IsDisposed { get; }

Property Value

Type Description
Boolean

true if the form has been disposed of; otherwise, false.

Remarks

This property is intended for internal use only, normally you don’t need to use it.

See Also