ListLevelProperties.Separator Property
Specifies the character inserted after the number in a numbered list item.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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