Skip to main content

TileItemCollection(TileGroup) Constructor

Initializes a new instance of the TileItemCollection with specific settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TileItemCollection(
    TileGroup group
)

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