Skip to main content
Tab

TabControlImages.ActiveTab Property

Gets the settings of a tab image displayed within the active tab.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TabImageProperties ActiveTab { get; }

Property Value

Type Description
TabImageProperties

A TabImageProperties object that contains image settings.

See Also