Skip to main content

DXRichEditNumberingOptions Properties

Provides the options for the availability of numbered and bulleted lists in the document.
Name Description
Bulleted Gets or sets whether the operations with bulleted lists in the document are permitted. This is a dependency property.
BulletedAllowed For internal use. Use the DXRichEditNumberingOptions.Bulleted property instead.
MultiLevel Gets or sets whether the operations with multilevel lists in the document are permitted. This is a dependency property.
MultiLevelAllowed For internal use. Use the DXRichEditNumberingOptions.MultiLevel property instead.
Simple Gets or sets whether the operations with simple numbered list are permitted. This is a dependency property.
SimpleAllowed For internal use. Use the DXRichEditNumberingOptions.Simple property instead.
See Also