DXTabControl.CanSelectPrev() Method
Returns whether the previous tab item can be selected.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v26.1.dll
Declaration
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
To obtain whether the next tab item can be selected, use the DXTabControl.CanSelectNext method.
To learn more, see Header Menu.
See Also