CardViewEditingBuilder<T>.AllowUpdating(Boolean) Method
Specifies whether a user can update cards. Mirrors the client-side editing.allowUpdating option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewEditingBuilder<T> AllowUpdating(
bool value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Boolean | The option value. |
Returns
| Type | Description |
|---|---|
| CardViewEditingBuilder<T> | A reference to this instance after the method is called. |
See Also