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

RepositoryItem.IsDisposed Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Boolean

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

Remarks

This property is intended for internal use only, normally you don’t need to use it.

See Also