TileItemFrameCollection Class
A collection of TileItemFrame objects.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public class TileItemFrameCollection :
CollectionBase,
IEnumerable<TileItemFrame>,
IEnumerable
Related API Members
The following members return TileItemFrameCollection objects:
Remarks
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.
Inheritance
Object
CollectionBase
TileItemFrameCollection
See Also