ASPxTabControlBase.ActiveTabImage Property
In This Article
Gets the settings of a tab image which is displayed within the active tab.
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 |
See Also