Skip to main content

DXTabItem.Icon Property

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

Namespace: DevExpress.Xpf.Core

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

#Declaration

public object Icon { get; set; }

#Property Value

Type Description
Object

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

#Remarks

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

See Also