Skip to main content
A newer version of this page is available. .

DXTabItem.Icon Property

OBSOLETE

Use the Glyph or GlyphTemplate property instead.

Gets or sets an icon displayed in the item’s header. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

[Obsolete("Use the Glyph or GlyphTemplate property instead.")]
public object Icon { get; set; }

Property Value

Type Description
Object

An object representing the image displayed in the item’s header.

Remarks

Use the DXTabItem.Glyph and DXTabItem.GlyphTemplate properties instead.

The width and height of the icon are specified by the DXTabItem.IconWidth and DXTabItem.IconHeight properties, respectively.

See Also