TileContainer.Items Property
Gets a collection of Tiles contained within the current TileContainer.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.