Back to Devexpress

ListLevel.ParagraphStyle Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-listlevel-87851d15.md

latest1.2 KB
Original Source

ListLevel.ParagraphStyle Property

Gets or sets the paragraph style applied to the level’s marker.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
ParagraphStyle ParagraphStyle { get; set; }
vb
Property ParagraphStyle As ParagraphStyle

Property Value

TypeDescription
ParagraphStyle

A ParagraphStyle interface specifying the paragraph style in the document.

|

See Also

ListLevel Interface

ListLevel Members

DevExpress.XtraRichEdit.API.Native Namespace