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

TileContainer(ITileContainerProperties) Constructor

Initializes a new instance of the TileContainer class with custom settings.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public TileContainer(
    ITileContainerProperties defaultProperties
)

Parameters

Name Type Description
defaultProperties ITileContainerProperties

An ITileContainerProperties object that contains custom settings for the newly created TileContainer.

See Also