Back to Devexpress

TabBase.TabImage Property

aspnet-devexpress-dot-web-dot-tabbase-c21e578d.md

latest1.4 KB
Original Source

TabBase.TabImage Property

Gets the settings of an image displayed by the current tab.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public TabImageProperties TabImage { get; }
vb
Public ReadOnly Property TabImage As TabImageProperties

Property Value

TypeDescription
TabImageProperties

A TabImageProperties object that contains image settings.

|

Remarks

The TabImage property provides access to the settings that define a tab image associated with the tab.

In order to assign a common image to all tabs within a tab control, the control’s ASPxTabControlBase.TabImage property can be used.

See Also

ActiveTabImage

Page Control and Tab Control

TabBase Class

TabBase Members

DevExpress.Web Namespace