aspnet-devexpress-dot-web-042ae011.md
Represents a command row.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class VerticalGridCommandRow :
VerticalGridRow,
IWebGridCommandItemsOwner
Public Class VerticalGridCommandRow
Inherits VerticalGridRow
Implements IWebGridCommandItemsOwner
The following members return VerticalGridCommandRow objects:
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.
Object StateManager CollectionItem WebColumnBase VerticalGridRow VerticalGridCommandRow MVCxVerticalGridCommandRow
See Also