Skip to main content
Tab

TabbedLayoutGroupTabPageImage.TabImage Property

Gets the image settings displayed by all the tabs within the tabbed layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TabImageProperties TabImage { get; }

Property Value

Type Description
TabImageProperties

A TabImageProperties object that contains image settings.

Remarks

To specify images for individual tabs, use the LayoutItemBase.TabImage property.

See Also