Back to Devexpress

ASPxTabControlBase.TabImage Property

aspnet-devexpress-dot-web-dot-aspxtabcontrolbase-50e30823.md

latest1.4 KB
Original Source

ASPxTabControlBase.TabImage Property

Gets the image settings displayed by all the tabs within the control.

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

To specify images for individual tabs, use the TabBase.TabImage property.

See Also

ActiveTabImage

TabImage

Page Control and Tab Control

ASPxTabControlBase Class

ASPxTabControlBase Members

DevExpress.Web Namespace