KanbanGroupCollection Class
A collection of KanbanGroup objects.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[ListBindable(false)]
public class KanbanGroupCollection :
CollectionBase,
IEnumerable<KanbanGroup>,
IEnumerable
Related API Members
The following members return KanbanGroupCollection objects:
Remarks
See the TileViewOptionsKanban.Groups topic for more information.
Inheritance
Object
CollectionBase
KanbanGroupCollection
See Also