Skip to main content
Tab

TabbedLayoutGroup.BackgroundImage Property

Gets the tabbed layout group’s background image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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