Back to Devexpress

TileControl.GetTileGroupByText(String) Method

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

latest1.5 KB
Original Source

TileControl.GetTileGroupByText(String) Method

Returns a group with the specified caption (TileGroup.Text).

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Parameters

NameTypeDescription
strString

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

|

Returns

TypeDescription
TileGroup

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

|

See Also

Text

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace