Skip to main content
A newer version of this page is available. .

GridViewSettings.HtmlRowCreated Property

Allows initializing elements contained within the grid templates, when a table row has been created.

Namespace: DevExpress.Web.Mvc

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

Declaration

public ASPxGridViewTableRowEventHandler HtmlRowCreated { get; set; }

Property Value

Type Description
ASPxGridViewTableRowEventHandler

A ASPxGridViewTableRowEventHandler delegate method allowing you to implement custom processing.

Remarks

This event is raised for each row, displayed within the current page, when the corresponding HTML table row is created. You can handle this event, for example, to initialize web controls contained within grid templates.

See Also