TileItemElementCollection.Item[Int32] Property
In This Article
Returns a child TileItemElement object that occupies the target within the current TileItemElementCollection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public TileItemElement this[int index] { get; set; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An Int32 value that is the position of the element to be obtained within the current Tile |
#Property Value
Type | Description |
---|---|
Tile |
A Tile |
#Remarks
A collection of TileItemElements used by the current TileItem can be accessed via its TileItem.Elements property. This method is the opposite for the TileItemElementCollection.IndexOf method.
See Also