RichEditSettings.InsertContentToClient Property
In This Article
Enables you to perform custom actions after the client insertContentFromServer command is executed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public InsertContentToClientEventHandler InsertContentToClient { get; set; }
#Property Value
Type | Description |
---|---|
Insert |
A delegate method that allows you to implement custom processing. |
See Also