Skip to main content
A newer version of this page is available. .

ListLevel.ParagraphProperties Property

Provides access to the level’s paragraph formatting options.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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.BeginUpdateCharacters method to obtain the paragraph format options for the text related to the level.

See Also