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