Skip to main content

RichEditSettings.InsertContentToClient Property

Enables you to perform custom actions after the client insertContentFromServer command is executed.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public InsertContentToClientEventHandler InsertContentToClient { get; set; }

Property Value

Type Description
InsertContentToClientEventHandler

A delegate method that allows you to implement custom processing.

See Also