DXTabControl.CanSelectPrev() Method
In This Article
Returns whether the previous tab item can be selected.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#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