Skip to main content

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.v24.2.dll

NuGet Package: DevExpress.Web.Office

#Declaration

public class ASPxRichEditNumberingSettings :
    NumberingOptions,
    ISettingsWithExternalStateManager

#Remarks

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

See Also