Back to Devexpress

DocumentCommentElement.GetIterator(Boolean) Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-documentcommentelement-dot-getiterator-x28-system-dot-boolean-x29.md

latest1.8 KB
Original Source

DocumentCommentElement.GetIterator(Boolean) Method

Gives the iterator access to the content of the DocumentCommentElement object.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public abstract DocumentIterator GetIterator(
    bool visibleTextOnly = false
)
vb
Public MustOverride Function GetIterator(
    visibleTextOnly As Boolean = False
) As DocumentIterator

Optional Parameters

NameTypeDefaultDescription
visibleTextOnlyBooleanFalse

true , if the iterator should visit only visible text; otherwise, false.

|

Returns

TypeDescription
DocumentIterator

A DocumentIterator object that is the iterator.

|

See Also

DocumentCommentElement Class

DocumentCommentElement Members

DevExpress.XtraRichEdit.API.Native Namespace