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

ASPxVerticalGridCommandCellEventArgs.CommandRow Property

Gets a command row whose cell is currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridCommandRow CommandRow { get; }

Property Value

Type Description
VerticalGridCommandRow

A VerticalGridCommandRow object that represents the command row within the ASPxVerticalGrid.

See Also