Skip to main content
A newer version of this page is available. .

BaseLayoutItemHitInfo.TabPageIndex Property

If the test point belongs to a tab page header, gets the index of the corresponding tab page.

Namespace: DevExpress.XtraLayout.HitInfo

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public virtual int TabPageIndex { get; }

Property Value

Type Description
Int32

An integer which specifies the index of a tab page. -1 if the test point doesn’t belong to a tab page header.

See Also