Back to Devexpress

TileContainer Class

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-aee707f3.md

latest2.2 KB
Original Source

TileContainer Class

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

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class TileContainer :
    BaseContentContainer,
    IAppearanceOwner,
    IXtraSerializable,
    IExtenderProvider,
    ISupportActivation,
    ISupportXtraSerializer,
    ISupportJsonXtraSerializer
vb
Public Class TileContainer
    Inherits BaseContentContainer
    Implements IAppearanceOwner,
               IXtraSerializable,
               IExtenderProvider,
               ISupportActivation,
               ISupportXtraSerializer,
               ISupportJsonXtraSerializer

Remarks

See the Content Containers topic to learn more.

Inheritance

Object MarshalByRefObject Component BaseComponent BaseContentContainer TileContainer

See Also

TileContainer Members

Content Containers

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace