DXTabControl.ForEachTabItem(Action<DXTabItem>) Method
Invokes the specified action for each tab item in the tab control.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
action | Action<DXTabItem> | A System.Action object encapsulating the method invoked for each item. |
See Also