KanbanGroupCollection.Add() Method
In This Article
Adds a new KanbanGroup to the collection.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public virtual KanbanGroup Add()
#Returns
Type | Description |
---|---|
Kanban |
The created Kanban |
See Also