Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ListLevelProperties.Separator Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

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