Back to Devexpress

CardViewSettings.DeleteSelectedCardsRouteValues Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-cardviewsettings-a01f72ed.md

latest1.5 KB
Original Source

CardViewSettings.DeleteSelectedCardsRouteValues Property

Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to selected card(s) deletion.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public object DeleteSelectedCardsRouteValues { get; set; }
vb
Public Property DeleteSelectedCardsRouteValues As Object

Property Value

TypeDescription
Object

An object containing the Controller and Action names.

|

Remarks

If selected card(s) deletion is allowed for CardView , you should provide an associated controller action that will apply delete operations to a Model and return the CardView’s partial view. Use the DeleteSelectedCardsRouteValues property to reference this controller action by its name and the name of its controller.

See Also

CardViewSettings Class

CardViewSettings Members

DevExpress.Web.Mvc Namespace