ImageMessageBuilder.IsDeleted(Boolean) Method
Mirrors the client-side isDeleted option.
Namespace: DevExtreme.AspNet.Mvc.Builders.Chat
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public ImageMessageBuilder IsDeleted(
bool value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Boolean | The option value. |
Returns
| Type | Description |
|---|---|
| ImageMessageBuilder | A reference to this instance after the method is called. |
See Also