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

DXTabControl.CanSelectPrev() Method

Returns whether the previous tab item can be selected.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public virtual bool CanSelectPrev()

Returns

Type Description
Boolean

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

Remarks

To obtain whether the next tab item can be selected, use the DXTabControl.CanSelectNext method.

To learn more, see Header Menu.

See Also