Back to Devexpress

KanbanGroupCollection Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-507c65a4.md

latest1.9 KB
Original Source

KanbanGroupCollection Class

A collection of KanbanGroup objects.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[ListBindable(false)]
public class KanbanGroupCollection :
    CollectionBase,
    IEnumerable<KanbanGroup>,
    IEnumerable
vb
<ListBindable(False)>
Public Class KanbanGroupCollection
    Inherits CollectionBase
    Implements IEnumerable(Of KanbanGroup),
               IEnumerable

The following members return KanbanGroupCollection objects:

Remarks

See the TileViewOptionsKanban.Groups topic for more information.

Inheritance

Object CollectionBase KanbanGroupCollection

See Also

KanbanGroupCollection Members

Groups

Kanban Board

DevExpress.XtraGrid.Views.Tile Namespace