Back to Devexpress

GridViewSettings.HtmlCommandCellPrepared Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridviewsettings-e0587236.md

latest1.4 KB
Original Source

GridViewSettings.HtmlCommandCellPrepared Property

Allows you to change the settings of individual command column cells.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxGridViewTableCommandCellEventHandler HtmlCommandCellPrepared { get; set; }
vb
Public Property HtmlCommandCellPrepared As ASPxGridViewTableCommandCellEventHandler

Property Value

TypeDescription
ASPxGridViewTableCommandCellEventHandler

A ASPxGridViewTableCommandCellEventHandler delegate method allowing you to implement custom processing.

|

See Also

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace