Back to Devexpress

KanbanGroupCollection.FindGroupByName(String) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-kanbangroupcollection-dot-findgroupbyname-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

KanbanGroupCollection.FindGroupByName(String) Method

Locates a group with the specified name in the collection.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public virtual KanbanGroup FindGroupByName(
    string name
)
vb
Public Overridable Function FindGroupByName(
    name As String
) As KanbanGroup

Parameters

NameTypeDescription
nameString

The name of the group to be located.

|

Returns

TypeDescription
KanbanGroup

The found group. Null, if no group matches the criterion.

|

See Also

KanbanGroupCollection Class

KanbanGroupCollection Members

DevExpress.XtraGrid.Views.Tile Namespace