CardViewEditingBuilder<T>.Popup(Action<PopupBuilder>) Method
Configures the editing popup. Mirrors the client-side editing.popup object.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewEditingBuilder<T> Popup(
Action<PopupBuilder> configurator
)
Parameters
| Name | Type | Description |
|---|---|---|
| configurator | Action<PopupBuilder> | A function that allows you to specify nested options. |
Returns
| Type | Description |
|---|---|
| CardViewEditingBuilder<T> | A reference to this instance after the method is called. |
See Also