IDocumentElement Interface
Base interface for all document elements.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Related API Members
The following members return IDocumentElement objects:
Remarks
Use the DocumentIterator to iterate over the document accessing a document element on each move.
See Also