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.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to EnableAutomaticNumbering |
---|---|
ASPxRichEditSettings |
|
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