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

ASPxTabControlBase.TabImage Property

Gets the image settings displayed by all the tabs within the control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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 TabBase.TabImage property.

See Also