Skip to main content
A newer version of this page is available. .

TileItemCollection(TileGroup) Constructor

Initializes a new instance of the TileItemCollection with specific settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

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