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

TileItemElement.Collection Property

Gets a tile element collection to which the current TileItemElement belongs.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
public TileItemElementCollection Collection { get; protected set; }

Property Value

Type Description
TileItemElementCollection

A TileItemElementCollection that owns the current TileItemElement.

Remarks

The Collection property points to a collection that owns the current TileItemElement. Use the TileItem.Elements or TileItemFrame.Elements properties to access all elements used within an item or frame, respectively.

See Also