Back to Devexpress

ListLevelProperties.Separator Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-listlevelproperties-8b6a9406.md

latest1.3 KB
Original Source

ListLevelProperties.Separator Property

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

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
char Separator { get; set; }
vb
Property Separator As Char

Property Value

TypeDescription
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

ListLevelProperties Interface

ListLevelProperties Members

DevExpress.XtraRichEdit.API.Native Namespace