Skip to main content
A newer version of this page is available. .

InsertContentToClientEventArgs.Result Property

Specifies the value passed to the client model.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll

Declaration

public object Result { get; set; }

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