DXTabItem() Constructor
Initializes a new instance of the DXTabItem class.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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