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

WinRTLiveTileManager.ContainerControl Property

Gets or sets the Container Control that owns the current WinRTLiveTileManager.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DXCategory("Behavior")]
public ContainerControl ContainerControl { get; set; }

Property Value

Type Description
ContainerControl

A ContainerControl associated with the current WinRTLiveTileManager.

See Also