Skip to main content

ASPxRichEditViewsSettings.SimpleView Property

Provides access to the simple view mode’s settings.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public ASPxRichEditSimpleViewSettings SimpleView { get; }

Property Value

Type Description
ASPxRichEditSimpleViewSettings

An ASPxRichEditSimpleViewSettings class instance that provides access to the simple view mode’s settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to SimpleView
ASPxRichEditSettings
.Views .SimpleView
See Also