Back to Devexpress

NumberingListWithSeparatorBox.Separator Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-dot-numberinglistwithseparatorbox.md

latest1.4 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public PlainTextBox Separator { get; }
vb
Public ReadOnly Property Separator As PlainTextBox

Property Value

TypeDescription
PlainTextBox

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

|

See Also

NumberingListWithSeparatorBox Class

NumberingListWithSeparatorBox Members

DevExpress.XtraRichEdit.API.Layout Namespace