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

NumberingType Enum

Lists possible types of a numbering list.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

[ComVisible(true)]
public enum NumberingType

Members

Name Description
Simple

Simple numeric list.

MultiLevel

Mixed numeric and outlined list.

Bullet

Bulleted list.

Related API Members

The following properties accept/return NumberingType values:

Remarks

Use the DevExpress.XtraRichEdit.API.Native.NumberingListBase.NumberingType property to specify a type of the numbering list. The NumberingListBase class is the base class for the NumberingList class.

See Also