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

ASPxVerticalGridCommandButtonEventArgs.Row Property

Gets a command row which owns the processed command button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridCommandRow Row { get; }

Property Value

Type Description
VerticalGridCommandRow

A VerticalGridCommandRow object that represents the command row which owns the processed button.

See Also