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

TileGroupCollection(ITileControl) Constructor

Initializes a new instance of the TileGroupCollection with specific settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public TileGroupCollection(
    ITileControl control
)

Parameters

Name Type Description
control DevExpress.XtraEditors.ITileControl

A TileControl that owns the TileGroupCollection created.

Remarks

Use the TileControl.Groups property to access a group collection owned by the current TileControl.

See Also