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.v19.1.dll

Declaration

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

Property Value

Type Description
ContainerControl

A ContainerControl associated with the current WinRTLiveTileManager.

See Also