Back to Devexpress

ListLevel.CharacterProperties Property

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

latest1.7 KB
Original Source

ListLevel.CharacterProperties Property

Provides access to the character formatting options for the level marker.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
CharacterPropertiesBase CharacterProperties { get; }
vb
ReadOnly Property CharacterProperties As CharacterPropertiesBase

Property Value

TypeDescription
CharacterPropertiesBase

A CharacterPropertiesBase object that contains character format options.

|

Remarks

The CharacterProperties property obtains format options for the level marker (font name, color and highlight, etc.) Call the SubDocument.BeginUpdateCharacters method to access the format options for the paragraph included in the level.

See Also

ListLevel Interface

ListLevel Members

DevExpress.XtraRichEdit.API.Native Namespace