TabControlImages.Tab Property
In This Article
Gets the settings of an image displayed in all tabs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TabImageProperties Tab { get; }
#Property Value
Type | Description |
---|---|
Tab |
A Tab |
#Remarks
To specify an image for an active tab, use the TabControlImages.ActiveTab property.
See Also