DXTabItem.Icon Property
In This Article
OBSOLETE
Use the Glyph or Glyph
Gets or sets an icon displayed in the item’s header. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.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.
See Also