TabControlImages.Tab Property
Gets the settings of an image displayed in all tabs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
TabImageProperties | A TabImageProperties object that contains image settings. |
Remarks
To specify an image for an active tab, use the TabControlImages.ActiveTab property.
See Also