Back to Devexpress

TileItemFrameCollection Class

windowsforms-devexpress-dot-xtraeditors-1f62f6c2.md

latest2.1 KB
Original Source

TileItemFrameCollection Class

A collection of TileItemFrame objects.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class TileItemFrameCollection :
    CollectionBase,
    IEnumerable<TileItemFrame>,
    IEnumerable
vb
Public Class TileItemFrameCollection
    Inherits CollectionBase
    Implements IEnumerable(Of TileItemFrame),
               IEnumerable

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

TileItemFrameCollection Members

Frames

Tile Animation

DevExpress.XtraEditors Namespace