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

ASPxRichEdit.Settings Property

Provides access to the ASPxRichEdit‘s main settings.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public ASPxRichEditSettings Settings { get; }

Property Value

Type Description
ASPxRichEditSettings

An ASPxRichEditSettings object that contains the control’s options.

See Also