MVCxVerticalGridToolbarItemCollection.Add(VerticalGridToolbarCommand, Boolean) Method
In This Article
Adds a new toolbar item to the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxVerticalGridToolbarItem Add(
VerticalGridToolbarCommand command,
bool beginGroup
)
#Parameters
Name | Type | Description |
---|---|---|
command | Vertical |
A Vertical |
begin |
Boolean | true, if the current toolbar item starts a group; otherwise, false. |
#Returns
Type | Description |
---|---|
MVCx |
A MVCx |
See Also