Back to Devexpress

XRControlStyle.IsDisposed Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrolstyle-3ed365f7.md

latest1.2 KB
Original Source

XRControlStyle.IsDisposed Property

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.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 control has been disposed of; otherwise, false.

|

Remarks

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

See Also

XRControlStyle Class

XRControlStyle Members

DevExpress.XtraReports.UI Namespace