TileGroup.GetTileItemByName(String) Method
Returns a tile item with the specified name (TileItem.Name).
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.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 |
---|---|
TileItem | A TileItem with the specified name. null if no matching item is found. |
See Also