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

TileItemCollection Class

Provides a collection for the TileItem class objects.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public class TileItemCollection :
    CollectionBase,
    IEnumerable<ITileItem>,
    IEnumerable,
    IDisposable

The following members return TileItemCollection objects:

Remarks

The TileItemCollection class provides a collection for storing the TileItem class objects. A TileItemCollection that stores all TileItems used by a TileGroup can be accessed via its TileGroup.Items property.

See the Tile Groups and Items topic to learn more.

Inheritance

Object
CollectionBase
TileItemCollection
See Also