Back to Devexpress

AppearanceObject.IsDisposed Property

windowsforms-devexpress-dot-utils-dot-appearanceobject-e9d3d7c1.md

latest1.3 KB
Original Source

AppearanceObject.IsDisposed Property

Gets whether the current object has been disposed of.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Boolean

true if the current object has been disposed of; otherwise, false.

|

Remarks

This property supports the internal infrastructure and generally there is no need to use it directly from your code.

See Also

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace