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.v24.2.dll

Declaration

public InsertContentToClientEventHandler InsertContentToClient { get; set; }

Property Value

Type Description
InsertContentToClientEventHandler

A delegate method that allows you to implement custom processing.

See Also