HitInfo.Tab Property
Gets or sets the tab located under the test point.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DockPanel | A DockPanel object representing the tab located under the test point. null (Nothing in Visual Basic) if there is no tab under the test point. |
Remarks
To determine the type of the particular visual element under the test point, read the HitInfo.HitTest property’s value.
See Also