DXTabItem.Icon Property
In This Article
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
#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