Skip to main content

TileItemElementCollection(INotifyElementPropertiesChanged) Constructor

Initializes a new instance of the TileItemElementCollection class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TileItemElementCollection(
    INotifyElementPropertiesChanged owner
)

Parameters

Name Type Description
owner DevExpress.XtraEditors.INotifyElementPropertiesChanged

An object that implements the INotifyElementPropertiesChanged interface and will own the created collection.

See Also