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

TabbedLayoutGroup.BackgroundImage Property

Gets the tabbed layout group’s background image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public BackgroundImage BackgroundImage { get; }

Property Value

Type Description
BackgroundImage

A BackgroundImage object that is a background image.

Remarks

Use the BackgroundImage property to access the settings of an image that should be displayed as the background of an individual tabbed layout group.

See Also