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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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