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

TabbedLayoutGroupTabPageImage.ActiveTabImage Property

Gets the image settings displayed by the active tab within the tabbed layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public TabImageProperties ActiveTabImage { get; }

Property Value

Type Description
TabImageProperties

A TabImageProperties object that contains image settings.

See Also