MVCxGridViewProperties.CustomButtonInitialize Property
Enables you to initialize custom command buttons.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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