Back to Devexpress

RepositoryItem.IsDisposed Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-089f00e2.md

latest1.3 KB
Original Source

RepositoryItem.IsDisposed Property

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsDisposed { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsDisposed As Boolean

Property Value

TypeDescription
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

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace