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

ASPxRichEditSettings.Fields Property

Provides access to field settings.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public ASPxRichEditFieldsSettings Fields { get; }

Property Value

Type Description
ASPxRichEditFieldsSettings

An ASPxRichEditFieldsSettings class instance that provides access to a document’s field settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Fields
ASP.NET MVC Extensions RichEditSettings
.Settings .Fields
ASP.NET Web Forms Controls ASPxRichEdit
.Settings .Fields
See Also