DXRichEditNumberingOptions Members
Provides the options for the availability of numbered and bulleted lists in the document.Constructors
| Name | Description |
|---|---|
| DXRichEditNumberingOptions() | Initializes a new instance of the DXRichEditNumberingOptions class with the default settings. |
Fields
| 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. |
Properties
| 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