Back to Devexpress

TileGroup.GetTileItemByName(String) Method

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

latest1.5 KB
Original Source

TileGroup.GetTileItemByName(String) Method

Returns a tile item with the specified name (TileItem.Name).

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Parameters

NameTypeDescription
strString

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

|

Returns

TypeDescription
TileItem

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

|

See Also

Name

TileGroup Class

TileGroup Members

DevExpress.XtraEditors Namespace