Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DXRichEditNumberingOptions Fields

Provides the options for the availability of numbered and bulleted lists in the document.
Name Description
BulletedAllowedProperty static Identifies the DXRichEditNumberingOptions.BulletedAllowed dependency property.
BulletedProperty static Identifies the DXRichEditNumberingOptions.Bulleted dependency property.
MultiLevelAllowedProperty static Identifies the DXRichEditNumberingOptions.MultiLevelAllowed dependency property.
MultiLevelProperty static Identifies the DXRichEditNumberingOptions.MultiLevel dependency property.
SimpleAllowedProperty static Identifies the DXRichEditNumberingOptions.SimpleAllowed dependency property.
SimpleProperty static Identifies the DXRichEditNumberingOptions.Simple dependency property.
See Also