Skip to main content

DXTabItem() Constructor

Initializes a new instance of the DXTabItem class.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

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