DocumentIterator.Current Property
In This Article
Gets the document element currently visited by the iterator.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public IDocumentElement Current { get; }
#Property Value
Type | Description |
---|---|
IDocument |
A IDocument |
#Implements
System.Collections.Generic.IEnumerator<DevExpress.XtraRichEdit.API.Native.IDocumentElement>.Current
See Also