Back to Devexpress

CardViewSettings.CommandButtonInitialize Property

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

latest1.5 KB
Original Source

CardViewSettings.CommandButtonInitialize Property

Enables command items to be initialized.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxCardViewCommandButtonEventHandler CommandButtonInitialize { get; set; }
vb
Public Property CommandButtonInitialize As ASPxCardViewCommandButtonEventHandler

Property Value

TypeDescription
ASPxCardViewCommandButtonEventHandler

An ASPxCardViewCommandButtonEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

Card View

CardViewSettings Class

CardViewSettings Members

DevExpress.Web.Mvc Namespace