TileView.GetKanbanGroupByValue(Object) Method
Returns a KanbanGroup that has the specified group value.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public KanbanGroup GetKanbanGroupByValue(
object groupValue
)
#Parameters
Name | Type | Description |
---|---|---|
group |
Object | A value that identifies a target Kanban |
#Returns
Type | Description |
---|---|
Kanban |
The Kanban |
#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.