Invokes the specified action for each tab item in the tab control.
Namespace:DevExpress.Xpf.Core
Assembly:DevExpress.Xpf.Core.v18.2.dll

Syntax
C# |
public void ForEachTabItem(
Action<DXTabItem> action
)
|
VB |
Public Sub ForEachTabItem(
ByVal action As Action(of DXTabItem)
)
|
Parameters
-
action
-
Type: Action<DXTabItem>
A System.Action object encapsulating the method invoked for each item.

See Also