Skip to main content
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.v24.1.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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