Back to Devexpress

GridViewSettings.CustomButtonInitialize Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridviewsettings-2790e9ee.md

latest1.4 KB
Original Source

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

Property Value

TypeDescription
ASPxGridViewCustomButtonEventHandler

A ASPxGridViewCustomButtonEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

Grid View

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace