Back to Devexpress

VerticalGridCommandRow Class

aspnet-devexpress-dot-web-042ae011.md

latest3.7 KB
Original Source

VerticalGridCommandRow Class

Represents a command row.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class VerticalGridCommandRow :
    VerticalGridRow,
    IWebGridCommandItemsOwner
vb
Public Class VerticalGridCommandRow
    Inherits VerticalGridRow
    Implements IWebGridCommandItemsOwner

The following members return VerticalGridCommandRow objects:

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.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IWebGridColumn

Inheritance

Object StateManager CollectionItem WebColumnBase VerticalGridRow VerticalGridCommandRow MVCxVerticalGridCommandRow

See Also

VerticalGridCommandRow Members

Vertical Grid

DevExpress.Web Namespace