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

ASPxRichEditSettings.Views Property

Provides access to an object used to specify the control’s document view type.

Namespace: DevExpress.Web.ASPxRichEdit

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

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
MVCxRichEdit
.Settings.Views
RichEditSettings
.Settings.Views
ASP.NET Bootstrap Controls BootstrapRichEdit
.Settings.Views
See Also