Skip to main content

RepositoryItem.IsDisposed Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: 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