Back to Devexpress

VerticalGridSettings.HtmlCommandCellPrepared Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridsettings-a5f108c8.md

latest1.4 KB
Original Source

VerticalGridSettings.HtmlCommandCellPrepared Property

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
ASPxVerticalGridCommandCellEventHandler

A ASPxVerticalGridCommandCellEventHandler delegate method allowing you to implement custom processing.

|

See Also

VerticalGridSettings Class

VerticalGridSettings Members

DevExpress.Web.Mvc Namespace