Back to Devexpress

VerticalGridSettings.CommandButtonInitialize Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridsettings-30a7d6c3.md

latest1.6 KB
Original Source

VerticalGridSettings.CommandButtonInitialize Property

Enables individual column cells containing command row items to be initialized.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
ASPxVerticalGridCommandButtonEventHandler

A ASPxVerticalGridCommandButtonEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

Vertical Grid

VerticalGridSettings Class

VerticalGridSettings Members

DevExpress.Web.Mvc Namespace