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

ASPxRichEditSettings.Views Property

Provides access to document view settings.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v20.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 Controls and MVC Extensions ASPxRichEdit
.Settings .Views
ASP.NET Bootstrap Controls BootstrapRichEdit
.Settings .Views
ASP.NET MVC Extensions MVCxRichEdit
.Settings .Views
RichEditSettings
.Settings .Views
See Also