Back to Devexpress

CardViewSettings.CustomButtonInitialize Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-cardviewsettings-78522a73.md

latest1.4 KB
Original Source

CardViewSettings.CustomButtonInitialize Property

Enables you to initialize custom command buttons.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxCardViewCustomButtonEventHandler CustomButtonInitialize { get; set; }
vb
Public Property CustomButtonInitialize As ASPxCardViewCustomButtonEventHandler

Property Value

TypeDescription
ASPxCardViewCustomButtonEventHandler

An ASPxCardViewCustomButtonEventHandler 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