TileGroupCollection.Item[String] Property
Provides access to the TileGroups in the current collection by their names.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | String | A String value that is the name of a TileGroup to be obtained. |
Property Value
Type | Description |
---|---|
TileGroup | A TileGroup object with the specific name. |
See Also