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

ListLevelProperties.Separator Property

Gets or sets the character inserted after the number for a numbered list item.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

char Separator { get; set; }

Property Value

Type Description
Char

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

Remarks

Only space and tab characters are valid values for the Separator property.

See Also