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

WinRTLiveTileManager(IContainer) Constructor

Initializes a new instance of the WinRTLiveTileManager class associated with the specific Container Control.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public WinRTLiveTileManager(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An IContainer associated with the newly created WinRTLiveTileManager.

Remarks

The container property specifies the WinRTLiveTileManager.ContainerControl property for the newly created WinRTLiveTileManager. See the WinRTLiveTileManager topic to learn more.

See Also