TileContainer.Items Property
In This Article
Gets a collection of Tiles contained within the current TileContainer.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A Tile |
#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