Back to Devexpress

TileControl.GetTileGroupByName(String) Method

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-dot-gettilegroupbyname-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

TileControl.GetTileGroupByName(String) Method

Returns a group with the specified name (TileGroup.Name).

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public TileGroup GetTileGroupByName(
    string str
)
vb
Public Function GetTileGroupByName(
    str As String
) As TileGroup

Parameters

NameTypeDescription
strString

A string that specifies the name of the group to be located.

|

Returns

TypeDescription
TileGroup

A TileGroup with the specified name. null if no matching group is found.

|

See Also

Name

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace