ReadOnlyParagraphCollection Interface
A collection of paragraphs (Paragraph objects) in the document.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v20.2.Core.dll
Declaration
Remarks
Provides a method ReadOnlyParagraphCollection.Get that obtains all paragraphs located in the specified document range. You can access individual items of this collection, but you cannot add or delete items. Use index notation to obtain an individual Paragraph object from this collection.
To access the ReadOnlyParagraphCollection object, use the RichEditControl.Document.Paragraphs.Get(DocumentRange range) method notation.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the ReadOnlyParagraphCollection interface.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.