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

TabBase.ActiveTabImage Property

Gets the settings of a tab image displayed within the current tab when the tab is active.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public TabImageProperties ActiveTabImage { get; }

Property Value

Type Description
TabImageProperties

A TabImageProperties object that contains image settings.

Remarks

The ActiveTabImage property provides access to the settings that define a tab image associated with the active state of an individual tab.

A specific common image can be associated with the active state of all tabs within a tab control via the ASPxTabControlBase.ActiveTabImage property.

See Also