Back to Devexpress

DocumentCapabilitiesOptions.Numbering Property

officefileapi-devexpress-dot-xtrarichedit-dot-documentcapabilitiesoptions-0c599e1f.md

latest2.0 KB
Original Source

DocumentCapabilitiesOptions.Numbering Property

Provides access to options specifying the availability of bulleted and numbered lists in the document.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public virtual NumberingOptions Numbering { get; }
vb
Public Overridable ReadOnly Property Numbering As NumberingOptions

Property Value

TypeDescription
NumberingOptions

A NumberingOptions object containing availability options for different list types.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Numbering
RichEditControlOptionsBase

.DocumentCapabilities .Numbering

|

Remarks

The DocumentCapability.Default value for the Numbering property is equal to DocumentCapability.Enabled, so that the bulleted and numbered list are available for a currently loaded document.

See Also

DocumentCapabilitiesOptions Class

DocumentCapabilitiesOptions Members

DevExpress.XtraRichEdit Namespace