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

CalculatedField.IsDisposed Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

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

Property Value

Type Description
Boolean

true if the control 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