Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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