TabBase.ActiveTabImage Property
In This Article
Gets the settings of a tab image displayed within the current tab when the tab is active.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TabImageProperties ActiveTabImage { get; }
#Property Value
Type | Description |
---|---|
Tab |
A Tab |
#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