Skip to main content

DataSourceBase.IsDisposed Property

Gets a value that indicates whether the DataSourceBase is disposed

Namespace: DevExpress.Persistent.Base.ReportsV2

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

NuGet Package: DevExpress.Persistent.Base

Declaration

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

Property Value

Type Description
Boolean

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

See Also