Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TileItemCollection Class

A collection with TileItem objects.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.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