Back to Devexpress

TileContainer.Items Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-tilecontainer-5b8483b1.md

latest2.0 KB
Original Source

TileContainer.Items Property

Gets a collection of Tile s contained within the current TileContainer.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public TileCollection Items { get; }
vb
<Browsable(False)>
Public ReadOnly Property Items As TileCollection

Property Value

TypeDescription
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 Tile s 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

TileContainer Class

TileContainer Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace