Back to Devexpress

TileItemCollection Class

windowsforms-devexpress-dot-xtraeditors-e45a70d4.md

latest2.0 KB
Original Source

TileItemCollection Class

A collection with TileItem objects.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class TileItemCollection :
    CollectionBase,
    IEnumerable<ITileItem>,
    IEnumerable,
    IDisposable
vb
Public Class TileItemCollection
    Inherits CollectionBase
    Implements IEnumerable(Of 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

TileItemCollection Members

Items

Tile Groups and Items

DevExpress.XtraEditors Namespace