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

NumberingOptions Class

Represents the class containing options for the availability of numbered and bulleted lists in the document.

Namespace: DevExpress.XtraRichEdit

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

Declaration

[ComVisible(true)]
public class NumberingOptions :
    RichEditNotificationOptions

Remarks

An instance of the NumberingOptions class is accessible via the DocumentCapabilitiesOptions.Numbering property.

See Also