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

ViewsSettingsBuilder.SimpleView(Action<SimpleViewSettingsBuilder>) Method

Allows you to

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v19.2.dll

Declaration

public ViewsSettingsBuilder SimpleView(
    Action<SimpleViewSettingsBuilder> configure
)

Parameters

Name Type Description
configure Action<SimpleViewSettingsBuilder>

A method that configure Simple View mode settings.

Returns

Type Description
ViewsSettingsBuilder

An object that can be used to further configure view settings.

See Also