Back to Devexpress

KanbanGroupCollection.Add() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-kanbangroupcollection-1bdd21b1.md

latest1.2 KB
Original Source

KanbanGroupCollection.Add() Method

Adds a new KanbanGroup to the collection.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public virtual KanbanGroup Add()
vb
Public Overridable Function Add As KanbanGroup

Returns

TypeDescription
KanbanGroup

The created KanbanGroup object.

|

See Also

KanbanGroupCollection Class

KanbanGroupCollection Members

DevExpress.XtraGrid.Views.Tile Namespace