Back to Devexpress

KanbanGroupCollection.VisibleGroups Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-kanbangroupcollection-4e4c543f.md

latest1.5 KB
Original Source

KanbanGroupCollection.VisibleGroups Property

Gets visible groups.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public KanbanGroup[] VisibleGroups { get; }
vb
<Browsable(False)>
Public ReadOnly Property VisibleGroups As KanbanGroup()

Property Value

TypeDescription
KanbanGroup[]

An array that holds visible groups.

|

Remarks

Use the KanbanGroup.Visible property to control the visibility of Kanban groups.

See Also

Visible

KanbanGroupCollection Class

KanbanGroupCollection Members

DevExpress.XtraGrid.Views.Tile Namespace