TileItemCollection Class
A collection with TileItem objects.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public class TileItemCollection :
CollectionBase,
IEnumerable<ITileItem>,
IEnumerable,
IDisposable
Related API Members
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