TabControlScrollView.FirstVisibleTabItemIndex Property
In This Article
Gets the index of the first visible tab header.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | A zero-based integer value that specifies the index of the first visible tab item. |
#Remarks
The FirstVisibleTabItemIndex method returns the index of the first tab item whose header is completely visible on the screen.
See Also