Skip to main content

MVCxGridViewProperties.CustomButtonInitialize Property

Enables you to initialize custom command buttons.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxGridViewCustomButtonEventHandler CustomButtonInitialize { get; set; }

Property Value

Type Description
ASPxGridViewCustomButtonEventHandler

A ASPxGridViewCustomButtonEventHandler delegate method allowing you to implement custom processing.

Remarks

Implement a ASPxGridViewCustomButtonEventHandler delegate method and assign it to the CustomButtonInitialize property. For more implementation details, refer to the ASPxGridViewCustomButtonEventHandler delegate description.

See Also