Skip to main content
A newer version of this page is available. .

ASPxRichEditNumberingSettings Class

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

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v19.2.dll

Declaration

public class ASPxRichEditNumberingSettings :
    NumberingOptions,
    ISettingsWithExternalStateManager

Remarks

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

See Also