Skip to main content

DXTabControl.HasFocusedTabItem() Method

In This Article

Returns whether the DXTabControl has a focused tab item.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public virtual bool HasFocusedTabItem()

#Returns

Type Description
Boolean

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

See Also