Skip to main content

VerticalGridSettings.CommandRow Property

Provides access to the VerticalGrid’s command row.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxVerticalGridCommandRow CommandRow { get; }

Property Value

Type Description
MVCxVerticalGridCommandRow

A MVCxVerticalGridCommandRow object representing the grid command row.

See Also