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

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.v19.2.dll

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