Skip to main content

ListLevel.ParagraphProperties Property

Provides access to the level’s paragraph formatting options.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

ParagraphPropertiesBase ParagraphProperties { get; }

Property Value

Type Description
ParagraphPropertiesBase

A ParagraphPropertiesBase object that contains paragraph formatting.

Remarks

The ParagraphProperties property provides access to the paragraph options for the level marker. Call the SubDocument.BeginUpdateParagraphs method to obtain the paragraph format options for the text related to the level.

See Also