Back to Devexpress

GridViewSettings.AfterPerformCallback Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridviewsettings-03dafdcf.md

latest1.4 KB
Original Source

GridViewSettings.AfterPerformCallback Property

Enables you to perform custom actions after a callback or a postback initiated by the control has been processed on the server.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxGridViewAfterPerformCallbackEventHandler AfterPerformCallback { get; set; }
vb
Public Property AfterPerformCallback As ASPxGridViewAfterPerformCallbackEventHandler

Property Value

TypeDescription
ASPxGridViewAfterPerformCallbackEventHandler

A ASPxGridViewAfterPerformCallbackEventHandler delegate method allowing you to implement custom processing.

|

See Also

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace