TileControl.GetTileGroupByName(String) Method
Returns a group with the specified name (TileGroup.Name).
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| str | String | A string that specifies the name of the group to be located. |
Returns
| Type | Description |
|---|---|
| TileGroup | A TileGroup with the specified name. null if no matching group is found. |
See Also