TileGroup.GetTileItemByName(String) Method
In This Article
Returns a tile item with the specified name (TileItem.Name).
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
str | String | A string that specifies the name of the item to be located. |
#Returns
Type | Description |
---|---|
Tile |
A Tile |
See Also