Skip to main content

TabControlScrollView.FirstVisibleTabItemIndex Property

Gets the index of the first visible tab header.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public virtual int FirstVisibleTabItemIndex { get; }

#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