Skip to main content

TileGroupCollection(ITileControl) Constructor

Initializes a new instance of the TileGroupCollection with specific settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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