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

DXTabControl.SelectTabItem(Object) Method

Selects the specified tab item.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public void SelectTabItem(
    object item
)

Parameters

Name Type Description
item Object

An object that specifies the tab item is to be selected.

See Also