Skip to main content
A newer version of this page is available. .

TileItemElementCollection.Item[Int32] Property

Returns a child TileItemElement object that occupies the target within the current TileItemElementCollection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

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 TileItemElementCollection.

Property Value

Type Description
TileItemElement

A TileItemElement object that occupies the target position within the current TileItemElementCollection.

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