Skip to main content

KanbanGroupCollection Class

A collection of KanbanGroup objects.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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