TileItemCollection(TileGroup) Constructor
Initializes a new instance of the TileItemCollection with specific settings.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
group | TileGroup | A TileGroup object that owns the item collection created. |
Remarks
Use the TileGroup.Items property to access a TileItemCollection owned by the current TileGroup.
See Also