Skip to main content

ASPxRichEditSettings.Views Property

Provides access to document view settings.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public ASPxRichEditViewsSettings Views { get; }

Property Value

Type Description
ASPxRichEditViewsSettings

An ASPxRichEditViewsSettings class instance that provides access to the document view types’ settings.

Property Paths

You can access this nested property as listed below:

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