Skip to main content
A newer version of this page is available. .

DXTabItem() Constructor

Initializes a new instance of the DXTabItem class.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v18.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