officefileapi-devexpress-dot-xtrarichedit-bd9b3606.md
Represents the class containing options for the availability of numbered and bulleted lists in the document.
Namespace : DevExpress.XtraRichEdit
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
[ComVisible(true)]
public class NumberingOptions :
RichEditNotificationOptions
<ComVisible(True)>
Public Class NumberingOptions
Inherits RichEditNotificationOptions
The following members return NumberingOptions objects:
An instance of the NumberingOptions class is accessible via the DocumentCapabilitiesOptions.Numbering property.
Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions NumberingOptions ASPxRichEditNumberingSettings
See Also