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

TabBase.TabImage Property

Gets the settings of an image displayed by the current tab.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public TabImageProperties TabImage { get; }

Property Value

Type Description
TabImageProperties

A TabImageProperties object that contains image settings.

Remarks

The TabImage property provides access to the settings that define a tab image associated with the tab.

In order to assign a common image to all tabs within a tab control, the control’s ASPxTabControlBase.TabImage property can be used.

See Also