LayoutItemBase.TabImage Property
In This Article
Gets the settings of an image displayed by the item when it is contained in the tabbed layout group.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual TabImageProperties TabImage { get; }
#Property Value
Type | Description |
---|---|
Tab |
A Tab |
#Remarks
The TabImage property provides access to the settings that define an image associated with the item when it is contained in the tabbed layout group.
In order to assign a common image to all tabs within a tabbed layout group, use the TabbedLayoutGroupTabPageImage.TabImage property.
See Also