Skip to main content

TileItemCollection Class

A collection with TileItem objects.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

The following members return TileItemCollection objects:

Remarks

The TileItemCollection class is a collection with TileItem objects. Use the TileGroup.Items property to access all TileItems in a group.

Read the following topic for detailed information: Tile Groups and Items.

Inheritance

Object
CollectionBase
TileItemCollection
See Also