Skip to main content

TileGroup.GetTileItemByName(String) Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TileItem GetTileItemByName(
    string str
)

Parameters

Name Type Description
str String

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

Returns

Type Description
TileItem

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

See Also