Skip to main content

DXTabItem() Constructor

In This Article

Initializes a new instance of the DXTabItem class.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public DXTabItem()

#Remarks

Use this constructor to create a tab item at runtime. To specify content of the newly created tab item, use its Content property. To be displayed, the tab item should be added to the TabControl’s Items collection.

See Also