Skip to main content
A newer version of this page is available. .

TileItemFrameCollection Class

Provides a collection for the TileItemFrame class objects.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class TileItemFrameCollection :
    CollectionBase,
    IEnumerable<TileItemFrame>,
    IEnumerable

The following members return TileItemFrameCollection objects:

Remarks

A TileItemFrameCollection that stores all TileItemFrames used by a TileItem can be accessed via its TileItem.Frames property.

The TileItemFrameCollection class supports the Tile Animation feature. See this link to learn more.

Inheritance

Object
CollectionBase
TileItemFrameCollection
See Also