RichEditBuilder.Views(Action<ViewsSettingsBuilder>) Method
Specifies the Rich Text Editor’s view mode.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.1.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
Declaration
public RichEditBuilder Views(
Action<ViewsSettingsBuilder> configure
)
Parameters
Name | Type | Description |
---|---|---|
configure | Action<ViewsSettingsBuilder> | A method delegate specifying the view mode. |
Returns
Type | Description |
---|---|
RichEditBuilder | A RichEditBuilder that can be used to further configure the Rich Text Editor. |
See Also