DocumentCapabilitiesOptions.Numbering Property
In This Article
Provides access to options specifying the availability of bulleted and numbered lists in the document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public virtual NumberingOptions Numbering { get; }
#Property Value
Type | Description |
---|---|
Numbering |
A Numbering |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Numbering |
---|---|
Rich |
|
#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