Skip to main content

TileItemElement.Collection Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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