Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public void ForEachTabItem(
    Action<DXTabItem> action
)

Parameters

Name Type Description
action Action<DXTabItem>

A System.Action object encapsulating the method invoked for each item.

See Also