InsertContentToClientEventArgs.Result Property
In This Article
Specifies the value passed to the client model.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object passed to the client model. |
#Remarks
The Result parameter stores the content passed to the client model. You can use this parameter to pass a string value or Document class’s instance.
See Also