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

VerticalGridSettings.CommandRow Property

Provides access to the VerticalGrid’s command row.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxVerticalGridCommandRow CommandRow { get; }

Property Value

Type Description
MVCxVerticalGridCommandRow

A MVCxVerticalGridCommandRow object representing the grid command row.

See Also