TileItemCollection.Item[String] Property
In This Article
Provides access to the TileItems in the current collection by their names.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
index | String | A String value that is the name of a Tile |
#Property Value
Type | Description |
---|---|
Tile |
A Tile |
See Also