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.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
InsertContentToClientEventHandler | A delegate method that allows you to implement custom processing. |
See Also