IDesignForm.IsDisposed Property
For internal use. Gets a value indicating whether the form has been disposed of.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
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