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
NuGet Package: DevExpress.Win.Navigation
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.
Inheritance
See Also