Skip to main content

TileContainer.BackgroundImage Property

Gets or sets the TileContainer‘s background image.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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