Skip to main content

DXTabControl.CanSelectNext() Method

Returns whether the next tab item can be selected.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public virtual bool CanSelectNext()

#Returns

Type Description
Boolean

true if the next tab item can be selected; otherwise, false.

#Remarks

To obtain whether the previous tab item can be selected, use the DXTabControl.CanSelectPrev method.

To learn more, see Navigating Between Tab Items.

See Also