Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

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