Skip to main content
Tab

ASPxVerticalGridCustomCommandButtonEventArgs.Row Property

Gets a command row which owns the processed custom command button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridCommandRow Row { get; }

Property Value

Type Description
VerticalGridCommandRow

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

See Also