ASPxTabControlBase.TabImage Property
In This Article
Gets the image settings displayed by all the tabs within the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TabImageProperties TabImage { get; }
#Property Value
Type | Description |
---|---|
Tab |
A Tab |
#Remarks
To specify images for individual tabs, use the TabBase.TabImage property.
See Also