Back to Devexpress

TileView.GetKanbanGroupByValue(Object) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-dot-getkanbangroupbyvalue-x28-system-dot-object-x29.md

latest3.0 KB
Original Source

TileView.GetKanbanGroupByValue(Object) Method

Returns a KanbanGroup that has the specified group value.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public KanbanGroup GetKanbanGroupByValue(
    object groupValue
)
vb
Public Function GetKanbanGroupByValue(
    groupValue As Object
) As KanbanGroup

Parameters

NameTypeDescription
groupValueObject

A value that identifies a target KanbanGroup. This value matches the KanbanGroup.GroupValue property value.

|

Returns

TypeDescription
KanbanGroup

The KanbanGroup with the specified group value.s

|

Remarks

In Kanban layout mode, you can manually create tile groups (KanbanGroups) via the TileView.OptionsKanban.Groups collection. Each KanbanGroup group has a unique identifier - a group value specified by the KanbanGroup.GroupValue property.

The GetKanbanGroupByValue method allows you to retrieve a KanbanGroup that has the given group value.

The GetKanbanGroupByValue method returns null if the TileView.OptionsKanban.Groups collection is empty.

See Also

Kanban Board

GetChildRowCount(KanbanGroup)

GroupValue

Groups

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace