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

TileContainer.BackgroundImage Property

Gets or sets the TileContainer‘s background image.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DefaultValue(null)]
public Image BackgroundImage { get; set; }

Property Value

Type Default Description
Image *null*

An Image that is the background image for this TileContainer.

Remarks

To specify the layout mode for a TileContainer‘s background image, use the ITileContainerDefaultProperties.BackgroundImageLayout property. Please note that only ImageLayout.Tile and ImageLayout.None modes are currently supported.

See Also