Back to Devexpress

DocumentIterator.Current Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-documentiterator.md

latest1.4 KB
Original Source

DocumentIterator.Current Property

Gets the document element currently visited by the iterator.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public IDocumentElement Current { get; }
vb
Public ReadOnly Property Current As IDocumentElement

Property Value

TypeDescription
IDocumentElement

A IDocumentElement object that is the current document element.

|

Implements

System.Collections.Generic.IEnumerator<DevExpress.XtraRichEdit.API.Native.IDocumentElement>.Current

See Also

DocumentIterator Class

DocumentIterator Members

DevExpress.XtraRichEdit.API.Native Namespace