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.CharacterProperties Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

#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