DXTabControl.RemoveTabItem(Object) Method
In This Article
Removes the specified tab item.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
item | Object | An object representing the tab item to be removed. |
See Also