VerticalGridCommandRow Class
Represents a command row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
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:
- New (ASPxVerticalGridCommandButtonSettings.NewButton)
- Edit (ASPxVerticalGridCommandButtonSettings.EditButton)
- Delete (ASPxVerticalGridCommandButtonSettings.DeleteButton)
- Select (ASPxVerticalGridCommandButtonSettings.SelectButton, VerticalGridCommandRow.ShowSelectCheckbox)
- Update (ASPxVerticalGridCommandButtonSettings.UpdateButton)
- Cancel (ASPxVerticalGridCommandButtonSettings.CancelButton)
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.
Inheritance
Object
StateManager
CollectionItem
WebColumnBase
VerticalGridRow
VerticalGridCommandRow
See Also