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

TileItem.Frames Property

Gets a collection of frames used by the current TileItem.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[XtraSerializablePropertyId(1)]
[Browsable(false)]
[DefaultValue(null)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, false, true, false)]
public TileItemFrameCollection Frames { get; }

Property Value

Type Default Description
TileItemFrameCollection *null*

A TileItemFrameCollection object that is a collection of frames used by the current TileItem.

Remarks

TileItems support the frame animation feature. A tile animation is a sequence of frames, changed after a specific period of time. Each frame is presented as a TileItemFrame class object and has its own properties for content customization. All frames used by a tile item are stored in a collection that can be accessed and modified via the Frames property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Frames property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also