IRichEditDocumentServer.IsDisposed Property
For internal use. Gets a value indicating whether the control has been disposed of.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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