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

DXTabControl.HasFocusedTabItem() Method

Returns whether the DXTabControl has a focused tab item.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public bool HasFocusedTabItem()

Returns

Type Description
Boolean

true if one of the DXTabControl‘s tab items is focused; otherwise, false.

See Also