Back to Devexpress

TileItemElement.Collection Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitemelement-4af5ad3e.md

latest2.0 KB
Original Source

TileItemElement.Collection Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public TileItemElementCollection Collection { get; protected set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Collection As TileItemElementCollection

Property Value

TypeDescription
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

TileItem.Elements

TileItemFrame.Elements

TileItemElement Class

TileItemElement Members

DevExpress.XtraEditors Namespace