DXTabControl.ForEachTabItem(Action<DXTabItem>) Method
In This Article
Invokes the specified action for each tab item in the tab control.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
action | Action<DXTab |
A System. |
See Also