Skip to main content
A newer version of this page is available. .

KanbanGroupCollection Class

A collection of KanbanGroup objects.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[ListBindable(false)]
public class KanbanGroupCollection :
    CollectionBase,
    IEnumerable<KanbanGroup>,
    IEnumerable

The following members return KanbanGroupCollection objects:

Remarks

See the TileViewOptionsKanban.Groups topic for more information.

Inheritance

Object
CollectionBase
KanbanGroupCollection
See Also