Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ListLevel.ParagraphProperties Property

Provides access to the level’s paragraph formatting options.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

#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