Back to Devexpress

Section.Paragraphs Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-section-f1805a10.md

latest1.3 KB
Original Source

Section.Paragraphs Property

Provides access to a collection of paragraphs for the current section.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
ReadOnlyParagraphCollection Paragraphs { get; }
vb
ReadOnly Property Paragraphs As ReadOnlyParagraphCollection

Property Value

TypeDescription
ReadOnlyParagraphCollection

A ReadOnlyParagraphCollection object containing all paragraphs in the current section.

|

See Also

Section Interface

Section Members

DevExpress.XtraRichEdit.API.Native Namespace