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

TileContainer.Items Property

Gets a collection of Tiles contained within the current TileContainer.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public TileCollection Items { get; }

Property Value

Type Description
DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileCollection

A TileCollection object that contains Tiles within the current TileContainer.

Remarks

The Items property provides indexed zero-based access to Tiles contained within the current TileContainer. This collection can be modified via the Add, AddRange, Insert and Remove methods. To access all tiles used in a WindowsUIView, use its WindowsUIView.Tiles property.

See Also