windowsforms-devexpress-dot-xtraeditors-e45a70d4.md
A collection with TileItem objects.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class TileItemCollection :
CollectionBase,
IEnumerable<ITileItem>,
IEnumerable,
IDisposable
Public Class TileItemCollection
Inherits CollectionBase
Implements IEnumerable(Of ITileItem),
IEnumerable,
IDisposable
The following members return TileItemCollection objects:
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.
Object CollectionBase TileItemCollection
See Also