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

NumberingListWithSeparatorBox.Separator Property

Gets the text box which relates to a separator used in the current numbered list box.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public PlainTextBox Separator { get; }

Property Value

Type Description
PlainTextBox

A PlainTextBox which relates to separator symbols used to display a number in the numbered list.

See Also