CardViewEditingBuilder<T>.Changes(Action<CollectionFactory<DataChangeBuilder>>) Method
Gives access to the client-side editing.changes option that represents a change collection.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewEditingBuilder<T> Changes(
Action<CollectionFactory<DataChangeBuilder>> configurator
)
Parameters
| Name | Type | Description |
|---|---|---|
| configurator | Action<CollectionFactory<DataChangeBuilder>> | A function that allows you to add items to the collection. |
Returns
| Type | Description |
|---|---|
| CardViewEditingBuilder<T> | A reference to this instance after the method is called. |
See Also