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

TileContainer Class

A WindowsUI View container that displays Tiles and unites them in multiple groups.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[SmartTagSupport(typeof(TileContainerBoundsProvider), SmartTagSupportAttribute.SmartTagCreationMode.Auto)]
[SmartTagAction(typeof(TileContainerActionsProvider), "BackgroundImage", "Edit BackgroundImage")]
[SmartTagAction(typeof(TileContainerActionsProvider), "Image", "Edit Image")]
[SmartTagAction(typeof(TileContainerActionsProvider), "Buttons", "Edit Buttons")]
public class TileContainer :
    BaseContentContainer,
    IAppearanceOwner,
    IXtraSerializable,
    IExtenderProvider,
    ISupportActivation

Remarks

See the Content Containers topic to learn more.

See Also