Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocumentCapabilitiesOptions.Numbering Property

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public virtual NumberingOptions Numbering { get; }

Property Value

Type Description
NumberingOptions

A NumberingOptions object containing availability options for different list types.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Numbering
WinForms Controls SnapControlOptions
.DocumentCapabilities .Numbering
RichEditControlOptions
.DocumentCapabilities .Numbering
WPF Controls RichEditControlOptions
.DocumentCapabilities .Numbering
Office File API RichEditControlOptionsBase
.DocumentCapabilities .Numbering
ASP.NET Web Forms Controls ASPxRichEditSettings
.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