Skip to main content

TileItemFrameCollection(ITileItem) Constructor

Initializes a new instance of the TileItemFrameCollection class with the specified owner.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TileItemFrameCollection(
    ITileItem item
)

Parameters

Name Type Description
item DevExpress.XtraEditors.ITileItem

An object that is the owner of the created collection.

See Also