Back to Devexpress

DXRichEditNumberingOptions Properties

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditnumberingoptions-dot-underscore-properties.md

latest3.5 KB
Original Source

DXRichEditNumberingOptions Properties

Provides the options for the availability of numbered and bulleted lists in the document.

NameDescription
BulletedGets or sets whether the operations with bulleted lists in the document are permitted. This is a dependency property.
BulletedAllowedFor internal use. Use the DXRichEditNumberingOptions.Bulleted property instead.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
MultiLevelGets or sets whether the operations with multilevel lists in the document are permitted. This is a dependency property.
MultiLevelAllowedFor internal use. Use the DXRichEditNumberingOptions.MultiLevel property instead.
SimpleGets or sets whether the operations with simple numbered list are permitted. This is a dependency property.
SimpleAllowedFor internal use. Use the DXRichEditNumberingOptions.Simple property instead.

See Also

DXRichEditNumberingOptions Class

DXRichEditNumberingOptions Members

DevExpress.Xpf.RichEdit Namespace