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. |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| 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