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

ListLevel.CharacterProperties Property

Provides access to the level’s character formatting options.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

CharacterPropertiesBase CharacterProperties { get; }

Property Value

Type Description
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