Back to Devexpress

GroupHeaderContextButtonCustomizeEventArgs.KanbanGroup Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-groupheadercontextbuttoncustomizeeventargs-7effab45.md

latest1.7 KB
Original Source

GroupHeaderContextButtonCustomizeEventArgs.KanbanGroup Property

Gets the current KanbanGroup. This property is in effect if you created KanbanGroups via the TileViewOptionsKanban.Groups collection. Otherwise, this property returns null.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public KanbanGroup KanbanGroup { get; }
vb
Public ReadOnly Property KanbanGroup As KanbanGroup

Property Value

TypeDescription
KanbanGroup

The Kanban group that contains the currently processed item.

|

See Also

GroupHeaderContextButtonCustomizeEventArgs Class

GroupHeaderContextButtonCustomizeEventArgs Members

DevExpress.XtraGrid.Views.Tile Namespace