GridViewLayoutItemCollection.AddCommandItem(EditModeCommandLayoutItem) Method
In This Article
Adds the specified item to the GridViewLayoutItemCollection collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public EditModeCommandLayoutItem AddCommandItem(
EditModeCommandLayoutItem commandItem
)
#Parameters
Name | Type | Description |
---|---|---|
command |
Edit |
A Edit |
#Returns
Type | Description |
---|---|
Edit |
A Edit |
See Also