Skip to main content

RichEditCustomDocumentProcessor.SettingsDocumentSelector(Action<RichEditDocumentSelectorSettings>) Method

Provides access to Document Selector settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

#Parameters

Name Type Description
method Action<RichEditDocumentSelectorSettings>

A delegate method that accepts a RichEditDocumentSelectorSettings object as a parameter.

#Returns

Type Description
RichEditCustomDocumentProcessor

An object that allows you to further process a document.

See Also