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

VerticalGridCommandRow Class

Represents a command row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class VerticalGridCommandRow :
    VerticalGridRow,
    IWebGridCommandItemsOwner

Remarks

A command row provides a set of commands that allow end-users to update data, delete records, etc. A single command is represented by a command item.

There are seven command items:

A command row allows multiple command items to be displayed within a cell.

By default, a command item is represented by a link. It can also be represented by a button or image. Use the ASPxVerticalGridCommandButtonEventArgs.ButtonType property to specify how the command row renders its command items.

See Also