Skip to main content

BaseHitInfo.MasterTabRelationIndex Property

Gets or sets the relation index of the master tab that is located under the test point.

Namespace: DevExpress.XtraGrid.Views.Base.ViewInfo

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public int MasterTabRelationIndex { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the relation index of the master tab that is located under the test point. -1 if the test point doesn’t belong to a master tab.

Remarks

Do not change the MasterTabRelationIndex property in your code.

See Also