Back to Devexpress

TileGroup.GetTileItemByText(String) Method

windowsforms-devexpress-dot-xtraeditors-dot-tilegroup-dot-gettileitembytext-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

TileGroup.GetTileItemByText(String) Method

Returns a tile item with the specified text (TileItem.Text).

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public TileItem GetTileItemByText(
    string str
)
vb
Public Function GetTileItemByText(
    str As String
) As TileItem

Parameters

NameTypeDescription
strString

A string that specifies the text of the item to be located.

|

Returns

TypeDescription
TileItem

A TileItem with the specified text. null if no matching item is found.

|

See Also

Text

TileGroup Class

TileGroup Members

DevExpress.XtraEditors Namespace