Skip to main content
A newer version of this page is available. .

NumberingListBase.NumberingType Property

Get or sets the type of a numbering list.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

NumberingType NumberingType { get; set; }

Property Value

Type Description
NumberingType

A NumberingType enumeration member specifying the type of a list.

Available values:

Name Description
Simple

Simple numeric list.

MultiLevel

Mixed numeric and outlined list.

Bullet

Bulleted list.

See Also