Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

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