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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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