Back to Devexpress

DXTabControl.CanSelectNext() Method

wpf-devexpress-dot-xpf-dot-core-dot-dxtabcontrol-02613b86.md

latest1.3 KB
Original Source

DXTabControl.CanSelectNext() Method

Returns whether the next tab item can be selected.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public virtual bool CanSelectNext()
vb
Public Overridable Function CanSelectNext As Boolean

Returns

TypeDescription
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 Header Menu.

See Also

CanSelectPrev()

DXTabControl Class

DXTabControl Members

DevExpress.Xpf.Core Namespace