MVCxGridViewToolbarItemCollection.Add(GridViewToolbarCommand, 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 MVCxGridViewToolbarItem Add(
GridViewToolbarCommand command,
bool beginGroup
)
#Parameters
Name | Type | Description |
---|---|---|
command | Grid |
A Grid |
begin |
Boolean | true, if the current toolbar item starts a group; otherwise, false. |
#Returns
Type | Description |
---|---|
MVCx |
A MVCx |
See Also