Back to Devexpress

GridSettingsBase.DataBound Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridsettingsbase-dbb865e0.md

latest1.3 KB
Original Source

GridSettingsBase.DataBound Property

Allows you to perform actions after the GridView is bound to a data source.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public EventHandler DataBound { get; set; }
vb
Public Property DataBound As EventHandler

Property Value

TypeDescription
EventHandler

A EventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

Grid View

GridSettingsBase Class

GridSettingsBase Members

DevExpress.Web.Mvc Namespace