Back to Devexpress

VerticalGridSettings.CustomButtonInitialize Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridsettings-99c30fb5.md

latest1.5 KB
Original Source

VerticalGridSettings.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 ASPxVerticalGridCustomButtonEventHandler CustomButtonInitialize { get; set; }
vb
Public Property CustomButtonInitialize As ASPxVerticalGridCustomButtonEventHandler

Property Value

TypeDescription
ASPxVerticalGridCustomButtonEventHandler

A ASPxVerticalGridCustomButtonEventHandler 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