Skip to main content

InsertContentToClientEventArgs.Result Property

Specifies the value passed to the client model.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

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