Skip to main content

ListLevelProperties.Separator Property

Specifies the character inserted after the number in a numbered list item.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

char Separator { get; set; }

Property Value

Type Description
Char

A Char that is the trailing character for the list level.

Remarks

The Separator property can be set only on space and tab characters.

See Also