Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataSourceBase.IsDisposed Property

Gets a value that indicates whether the DataSourceBase is disposed

Namespace: DevExpress.Persistent.Base.ReportsV2

Assembly: DevExpress.Persistent.Base.v19.2.dll

Declaration

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

Property Value

Type Description
Boolean

true - if the data source is disposed; otherwise - false.

See Also