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

ASPxRichEditAutoCorrectSettings.EnableAutomaticNumbering Property

Gets or sets whether the control should automatically create numbered or bulleted lists when certain symbols are typed.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll

Declaration

[DefaultValue(true)]
public bool EnableAutomaticNumbering { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to switch this functionality on; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableAutomaticNumbering
ASPxRichEditSettings
.AutoCorrect.EnableAutomaticNumbering

Remarks

When the property is set to true, the Rich Edit automatically starts new lists in the following cases:

  • When a user typed “1.” or “1)” , the control starts a numbered list;
  • When a user typed “*” - the control starts a bulleted list.
See Also