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

TabControlImages.Tab Property

Gets the settings of an image displayed in all tabs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public TabImageProperties Tab { get; }

Property Value

Type Description
TabImageProperties

A TabImageProperties object that contains image settings.

Remarks

To specify an image for an active tab, use the TabControlImages.ActiveTab property.

See Also