Skip to main content

IDesignForm.IsDisposed Property

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

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.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