windowsforms-devexpress-dot-xtraeditors-1f62f6c2.md
A collection of TileItemFrame objects.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class TileItemFrameCollection :
CollectionBase,
IEnumerable<TileItemFrame>,
IEnumerable
Public Class TileItemFrameCollection
Inherits CollectionBase
Implements IEnumerable(Of TileItemFrame),
IEnumerable
The following members return TileItemFrameCollection objects:
A TileItemFrameCollection that stores all TileItemFrames used by a TileItem can be accessed from its TileItem.Frames property.
The TileItemFrameCollection class supports the Tile Animation feature.
Object CollectionBase TileItemFrameCollection
See Also